aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 18:03:54 +0800
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 18:03:54 +0800
commitba1ddc0b3d1a71cd5040346983c984edc602ec34 (patch)
tree1b54e1534ff0517e7ffe28ffade8ee016e881cc8 /java
parent223e2341e82d21c694e0044b9bda0c1d3077a837 (diff)
downloadfreebsd-ports-gnome-ba1ddc0b3d1a71cd5040346983c984edc602ec34.tar.gz
freebsd-ports-gnome-ba1ddc0b3d1a71cd5040346983c984edc602ec34.tar.zst
freebsd-ports-gnome-ba1ddc0b3d1a71cd5040346983c984edc602ec34.zip
Stagify.
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-quantum/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/eclipse-quantum/Makefile b/java/eclipse-quantum/Makefile
index aed3f4ed7dd6..694d0b70d0a2 100644
--- a/java/eclipse-quantum/Makefile
+++ b/java/eclipse-quantum/Makefile
@@ -24,15 +24,14 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
PLIST_SUB+= VERSION=${PORTVERSION}
-NO_STAGE= yes
post-extract:
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/Thumbs.db
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/unused/Thumbs.db
@${RM} -rf ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/.xvpics
do-install:
- @${MKDIR} ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse
.include <bsd.port.mk>