aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-16 15:12:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-16 15:12:38 +0000
commit176ea263dbffd0845d7838eb8e516202408f892e (patch)
tree94c9dde4ef75e1ff689b8ccbfa19550bacf0f2fc /java
parent4ae623144c0840cd5a0c76832301d8c472439229 (diff)
downloadports-176ea263dbffd0845d7838eb8e516202408f892e.tar.gz
ports-176ea263dbffd0845d7838eb8e516202408f892e.zip
Notes
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-jad/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/eclipse-jad/Makefile b/java/eclipse-jad/Makefile
index ef288dc752ba..dfee23e2e8ec 100644
--- a/java/eclipse-jad/Makefile
+++ b/java/eclipse-jad/Makefile
@@ -25,12 +25,11 @@ JAVA_VERSION= 1.6+
PLIST_FILES= share/eclipse/dropins/${DISTNAME}${EXTRACT_SUFX}
-NO_STAGE= yes
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
do-install:
- @${MKDIR} ${PREFIX}/lib/eclipse/plugins
- @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/share/eclipse/dropins
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/eclipse/dropins
+ @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${PREFIX}/share/eclipse/dropins
.include <bsd.port.mk>