]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/opie/configure.munger.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / opie / configure.munger.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 bindir=@bindir@
4 mandir=@mandir@
5
6 LOCALBIN=$bindir
7 LOCALMAN=$mandir
8
9 echo ""
10 echo "Binaries are going to be installed into $LOCALBIN,"
11 echo "Manual pages are going to be installed into $LOCALMAN."
12 echo ""
13 echo "creating Makefile"
14 cat Makefile.munge | sed s:@LOCALMAN@:$LOCALMAN:g | sed s:@LOCALBIN@:$LOCALBIN:g > Makefile
15 echo ""
16 echo "Have you read the README file?"