svn commit: r330954 - head/sysutils/jvmtop
Jason Helfman
jgh at FreeBSD.org
Sun Oct 20 01:05:34 UTC 2013
Author: jgh
Date: Sun Oct 20 01:05:33 2013
New Revision: 330954
URL: http://svnweb.freebsd.org/changeset/ports/330954
Log:
- support staging
Modified:
head/sysutils/jvmtop/Makefile
Modified: head/sysutils/jvmtop/Makefile
==============================================================================
--- head/sysutils/jvmtop/Makefile Sun Oct 20 00:53:04 2013 (r330953)
+++ head/sysutils/jvmtop/Makefile Sun Oct 20 01:05:33 2013 (r330954)
@@ -20,10 +20,9 @@ SUB_LIST= JAVA_HOME=${JAVA_HOME}
SUB_FILES= ${PORTNAME}.sh
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- @${MKDIR} ${JAVAJARDIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR}
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
+ @${MKDIR} ${STAGEDIR}${JAVAJARDIR}
+ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list