aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-09-25 10:54:34 +0800
committervanilla <vanilla@FreeBSD.org>2013-09-25 10:54:34 +0800
commit40c05a650ce41b3f6fc9f78decafe9128f336692 (patch)
tree514b28a9e068eeaa3628602918c028e5137710be /archivers
parent64b8e72e4b5b87dd734372a2f318aa44c9fcecdf (diff)
downloadfreebsd-ports-gnome-40c05a650ce41b3f6fc9f78decafe9128f336692.tar.gz
freebsd-ports-gnome-40c05a650ce41b3f6fc9f78decafe9128f336692.tar.zst
freebsd-ports-gnome-40c05a650ce41b3f6fc9f78decafe9128f336692.zip
Support stage.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/jzip.org/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/jzip.org/Makefile b/archivers/jzip.org/Makefile
index be203777621d..41b6449b7880 100644
--- a/archivers/jzip.org/Makefile
+++ b/archivers/jzip.org/Makefile
@@ -14,7 +14,6 @@ COMMENT= WinZip like program written in Java
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
PLIST_FILES= %%JAVAJARDIR%%/jzip.org.jar bin/${PORTNAME}
-NO_STAGE= yes
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.6+
@@ -28,7 +27,7 @@ do-build:
i18n/*.properties jzipdotorg/*.class images/*.png
do-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
- @${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar ${JAVAJARDIR}
+ @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
+ @${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar ${STAGEDIR}/${JAVAJARDIR}
.include <bsd.port.mk>