svn commit: r348697 - head/lang/abcl
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 20 15:20:31 UTC 2014
Author: ehaupt
Date: Thu Mar 20 15:20:30 2014
New Revision: 348697
URL: http://svnweb.freebsd.org/changeset/ports/348697
QAT: https://qat.redports.org/buildarchive/r348697/
Log:
Support staging
Modified:
head/lang/abcl/Makefile
Modified: head/lang/abcl/Makefile
==============================================================================
--- head/lang/abcl/Makefile Thu Mar 20 15:18:02 2014 (r348696)
+++ head/lang/abcl/Makefile Thu Mar 20 15:20:30 2014 (r348697)
@@ -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>
More information about the svn-ports-all
mailing list