summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-17 10:03:54 +0000
committervanilla <vanilla@FreeBSD.org>2014-06-17 10:03:54 +0000
commitfa8085aa5d24fe067837399104df0efd901215e1 (patch)
tree1b54e1534ff0517e7ffe28ffade8ee016e881cc8
parentf7cc3a966620b6c70b266833341838a7835e946b (diff)
downloadFreeBSD-ports-fa8085aa5d24fe067837399104df0efd901215e1.zip
FreeBSD-ports-fa8085aa5d24fe067837399104df0efd901215e1.tar.gz
Stagify.
-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 aed3f4e..694d0b7 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>
OpenPOWER on IntegriCloud