diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-22 04:45:03 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-22 04:45:03 +0000 |
commit | 212fac4a8d185c00e3f2790501197d221403fdf1 (patch) | |
tree | a04ec3ee235700f865a3ba140ea6ef42bcb140d1 /devel/ilu/Makefile | |
parent | 5f7f270bc72a768d4d780cf7189646f101c6a036 (diff) | |
download | FreeBSD-ports-212fac4a8d185c00e3f2790501197d221403fdf1.zip FreeBSD-ports-212fac4a8d185c00e3f2790501197d221403fdf1.tar.gz |
Make this work with asami's proposed bsd.port.mk. <sigh>
Diffstat (limited to 'devel/ilu/Makefile')
-rw-r--r-- | devel/ilu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index 0ec02e3..fd63514 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.9 1998/08/20 19:06:21 hoek Exp $ +# $Id: Makefile,v 1.10 1998/08/20 21:28:09 hoek Exp $ # DISTNAME= ilu-2.0alpha12 @@ -26,13 +26,13 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/ilu INSTALL_TARGET= Install PLIST= ${WRKSRC}/PLIST -TMPPLIST= ${PLIST} # Startup script, run at boot time startup_dir= ${PREFIX}/etc/rc.d startup_script= ${startup_dir}/50.ilu.sh -post-install: +do-install: + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) # Empty dir, but we really need it ${ECHO} @exec ${MKDIR} %D/ilu/lib/binding > ${PLIST} ${ECHO} @unexec ${RM} -r %D/ilu/lib/binding >> ${PLIST} |