aboutsummaryrefslogtreecommitdiff
path: root/games/blackjackclient
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-10-23 03:07:48 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-10-23 03:07:48 +0000
commitf3dd1282c2d45dd400f47426bffa7bb9b17703eb (patch)
treef7238c7e9e448f17cd3c4c5c5acfe2dd39bed14f /games/blackjackclient
parent076511c4018060191d83c05e6ce09fa7dead58a3 (diff)
downloadports-f3dd1282c2d45dd400f47426bffa7bb9b17703eb.tar.gz
ports-f3dd1282c2d45dd400f47426bffa7bb9b17703eb.zip
- support staging
Notes
Notes: svn path=/head/; revision=331346
Diffstat (limited to 'games/blackjackclient')
-rw-r--r--games/blackjackclient/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/blackjackclient/Makefile b/games/blackjackclient/Makefile
index cbfe09eb98f8..8ddac6439d16 100644
--- a/games/blackjackclient/Makefile
+++ b/games/blackjackclient/Makefile
@@ -17,7 +17,6 @@ PLIST_FILES= bin/${PORTNAME} \
%%JAVAJARDIR%%/${PORTNAME}.jar
SUB_FILES= ${PORTNAME}.sh
-NO_STAGE= yes
post-extract-script:
@${ECHO_CMD} "Main-Class: ${PORTNAME}" > ${WRKDIR}/src/MANIFEST.MF
@@ -30,7 +29,7 @@ post-build-script:
${JAR} -cfm ${PORTNAME}.jar MANIFEST.MF au ${PORTNAME}.class
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
- ${INSTALL_DATA} ${WRKDIR}/src/${PORTNAME}.jar ${JAVAJARDIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_DATA} ${WRKDIR}/src/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.mk>