diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-20 15:20:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-20 15:20:30 +0000 |
commit | 230d51fca48b984e902cc8e44ecc68f273dc8491 (patch) | |
tree | 1f75f410865280113aa3f03fdc0b383818e64ce9 /lang/abcl | |
parent | Support staging (diff) |
Support staging
Notes
Notes:
svn path=/head/; revision=348697
Diffstat (limited to 'lang/abcl')
-rw-r--r-- | lang/abcl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile index 918650b840b5..175832bf465c 100644 --- a/lang/abcl/Makefile +++ b/lang/abcl/Makefile @@ -20,9 +20,8 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes -NO_STAGE= yes do-install: - @${INSTALL_DATA} -v ${WRKSRC}/dist/abcl.jar ${JAVAJARDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/abcl ${PREFIX}/bin/abcl + ${INSTALL_DATA} -v ${WRKSRC}/dist/abcl.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/abcl ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |