diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-22 04:45:03 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-22 04:45:03 +0000 |
commit | e742866df20033c3851ec09334232274fe8a4bef (patch) | |
tree | 0a980e9c52c376b23dc71a5663361c9b0026013d /devel/ilu | |
parent | Add www.Awfulhak.org to the distribution sites as the other (diff) |
Make this work with asami's proposed bsd.port.mk. <sigh>
Notes
Notes:
svn path=/head/; revision=12712
Diffstat (limited to 'devel/ilu')
-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 0ec02e3a294c..fd635141b5a7 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} |