diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-19 11:04:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-19 11:04:13 +0000 |
commit | f899c758a653ca8ff2f8a63aafcb2519a0b524ed (patch) | |
tree | be6eebf3e77ddf9fcf383081091d8b8b336dd71c /www/apache-forrest | |
parent | 74d26774f830684ae21247061aa4bd7dabbe6527 (diff) | |
download | ports-f899c758a653ca8ff2f8a63aafcb2519a0b524ed.tar.gz ports-f899c758a653ca8ff2f8a63aafcb2519a0b524ed.zip |
Notes
Diffstat (limited to 'www/apache-forrest')
-rw-r--r-- | www/apache-forrest/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/apache-forrest/Makefile b/www/apache-forrest/Makefile index 06c1c2042acb..6859df346e0b 100644 --- a/www/apache-forrest/Makefile +++ b/www/apache-forrest/Makefile @@ -48,11 +48,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/forrest ${STAGEDIR}${DATADIR}/bin/forrest @${INSTALL_SCRIPT} ${WRKSRC}/tools/ant/bin/ant ${STAGEDIR}${DATADIR}/tools/ant/bin/ant @${LN} -sf ../${DATADIR_REL}/bin/forrest ${STAGEDIR}${PREFIX}/bin/forrest - -post-install: @cd ${STAGEDIR}${PLUGINSDIR}; \ - ${SETENV} FORREST_HOME=${STAGEDIR}${DATADIR} ${ANT} ${ANT_TARGET}; \ - ${SED} -e "/%%DATADIR%%/s//${DATADIR:S/\//\\\//g}/g" \ - -e "/%%PORTVERSION%%/s//${PORTVERSION}/g" ${PKGMESSAGE}; + ${SETENV} FORREST_HOME=${STAGEDIR}${DATADIR} ${ANT} ${ANT_TARGET} .include <bsd.port.mk> |