aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 09:43:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 09:43:35 +0000
commit13946b5a69acfcd0d7f64014a2f78814e3023c6b (patch)
tree0f8b71c3c1650377fd355c9d4fe4339a64f984ff /java
parentbdeb25bf1338fb942028f8e58e284a41a2a4f1c7 (diff)
Notes
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-vep-examples/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/eclipse-vep-examples/Makefile b/java/eclipse-vep-examples/Makefile
index d33eb321de68..610387819aa4 100644
--- a/java/eclipse-vep-examples/Makefile
+++ b/java/eclipse-vep-examples/Makefile
@@ -21,10 +21,9 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_SUB= RELEASEVERSION=1.1.0.1
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse
.include <bsd.port.mk>