diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:48:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:48:32 +0000 |
commit | c2c2a2b86b90c79b4ef6926d232c484289cc9ca9 (patch) | |
tree | 9d4d6914bba66a98d022a49d46c9560210d37839 /java/eclipse-quantum | |
parent | 8ee9a3584fefeb3d690ec2549846d609e3607360 (diff) | |
download | ports-c2c2a2b86b90c79b4ef6926d232c484289cc9ca9.tar.gz ports-c2c2a2b86b90c79b4ef6926d232c484289cc9ca9.zip |
Notes
Diffstat (limited to 'java/eclipse-quantum')
-rw-r--r-- | java/eclipse-quantum/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/eclipse-quantum/Makefile b/java/eclipse-quantum/Makefile index 35af15aa4346..00b72158183f 100644 --- a/java/eclipse-quantum/Makefile +++ b/java/eclipse-quantum/Makefile @@ -24,6 +24,7 @@ JAVA_VERSION= 1.6+ USE_ZIP= yes 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 |