diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-20 21:28:09 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-20 21:28:09 +0000 |
commit | 809f9c49b0108fc72582c5bb923bfc494fe2e038 (patch) | |
tree | 5f3bd06979a0c144e0004c6d1db68bab64c1db07 | |
parent | 5aa1df2fa24c65df027cf156882fba9493bf2d33 (diff) | |
download | ports-809f9c49b0108fc72582c5bb923bfc494fe2e038.tar.gz ports-809f9c49b0108fc72582c5bb923bfc494fe2e038.zip |
Notes
-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 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" |