diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-20 19:06:21 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-20 19:06:21 +0000 |
commit | 5aa1df2fa24c65df027cf156882fba9493bf2d33 (patch) | |
tree | 9288053db0f6e34340ec47d9b530570a9b5176b6 /devel/ilu/Makefile | |
parent | e15a36b2f233f03b60d3c91c0dbd6c7787fc1f20 (diff) |
Notes
Diffstat (limited to 'devel/ilu/Makefile')
-rw-r--r-- | devel/ilu/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index ea3d4ef753de..dfba0d3dd1d4 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.7 1997/12/17 09:43:09 cracauer Exp $ +# $Id: Makefile,v 1.8 1998/08/20 09:47:16 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} ${PREFIX}/ilu/bin/$$file ; \ + ${ECHO} ilu/bin/$$file ; \ done) >> ${PLIST} (cd ${PREFIX}/ilu/man/man1 ; for file in * ; do \ ln -fs ${PREFIX}/ilu/man/man1/$$file ${PREFIX}/man/man1/. ; \ - ${ECHO} ${PREFIX}/ilu/man/man1/$$file ; \ + ${ECHO} ilu/man/man1/$$file ; \ done) >> ${PLIST} ${ECHO} etc/rc.d/50.ilu.sh >> ${PLIST} ${ECHO} "Installing ${startup_script} file" |