aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jvmtop
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-10-20 01:05:33 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-10-20 01:05:33 +0000
commitc476e0d8b2d6950122253a9e9f26776ff23d5427 (patch)
tree88586d55a8fa790cb5b8b15c0cb9425095af10ed /sysutils/jvmtop
parent2b6922e02d3101b47eeac1139b4ca3a35c49ca67 (diff)
downloadports-c476e0d8b2d6950122253a9e9f26776ff23d5427.tar.gz
ports-c476e0d8b2d6950122253a9e9f26776ff23d5427.zip
Notes
Diffstat (limited to 'sysutils/jvmtop')
-rw-r--r--sysutils/jvmtop/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile
index ea8f745ca315..4500568c3676 100644
--- a/sysutils/jvmtop/Makefile
+++ b/sysutils/jvmtop/Makefile
@@ -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>