summaryrefslogtreecommitdiff
path: root/devel/ilu/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-20 21:28:09 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-20 21:28:09 +0000
commit809f9c49b0108fc72582c5bb923bfc494fe2e038 (patch)
tree5f3bd06979a0c144e0004c6d1db68bab64c1db07 /devel/ilu/Makefile
parentRemove some brain-damage on my part. (diff)
Dang. Instead of fixing my braindamage, I managed to mildly spam this
file in the last commit. Sorry about this, Martin. It should be right, now. Really.
Notes
Notes: svn path=/head/; revision=12697
Diffstat (limited to 'devel/ilu/Makefile')
-rw-r--r--devel/ilu/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile
index dfba0d3dd1d4..0ec02e3a294c 100644
--- a/devel/ilu/Makefile
+++ b/devel/ilu/Makefile
@@ -3,7 +3,7 @@
# Date created: 29.9.1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $Id: Makefile,v 1.8 1998/08/20 09:47:16 hoek Exp $
+# $Id: Makefile,v 1.9 1998/08/20 19:06:21 hoek Exp $
#
DISTNAME= ilu-2.0alpha12
@@ -39,19 +39,19 @@ post-install:
${ECHO} @exec chmod 777 %D/ilu/lib/binding >> ${PLIST}
${ECHO} @exec ${LDCONFIG} -m %D/ilu/lib >> ${PLIST}
# Empty dirs we don't need
- -${RMDIR} ${PREFIX}/ilu/man/man[358]
- -${RMDIR} ${PREFIX}/ilu/lisp
+ ${RMDIR} ${PREFIX}/ilu/man/man[358]
+ ${RMDIR} ${PREFIX}/ilu/lisp
-${RMDIR} ${PREFIX}/ilu/examples/javatest1/javastubs
(cd ${PREFIX} ; find ilu -type f) >> ${PLIST}
(cd ${PREFIX} ; find ilu -type d) | ${AWK} '{print "@dirrm " $$1}' \
| tail -r | ${GREP} -v lib/binding >> ${PLIST}
(cd ${PREFIX}/ilu/bin ; for file in * ; do \
ln -fs ${PREFIX}/ilu/bin/$$file ${PREFIX}/bin/. ; \
- ${ECHO} ilu/bin/$$file ; \
+ ${ECHO} bin/$$file ; \
done) >> ${PLIST}
(cd ${PREFIX}/ilu/man/man1 ; for file in * ; do \
ln -fs ${PREFIX}/ilu/man/man1/$$file ${PREFIX}/man/man1/. ; \
- ${ECHO} ilu/man/man1/$$file ; \
+ ${ECHO} man/man1/$$file ; \
done) >> ${PLIST}
${ECHO} etc/rc.d/50.ilu.sh >> ${PLIST}
${ECHO} "Installing ${startup_script} file"