aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-10-21 17:44:34 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-10-21 17:44:34 +0000
commitc7788076986c93b2eca2f05411090fbdb2d8ed17 (patch)
tree06ddc0c8deb04f29f43b0b90041b3411cf631576 /java
parent43dfdf2f3db83398fddecc6b614ba08b0391b45b (diff)
downloadports-c7788076986c93b2eca2f05411090fbdb2d8ed17.tar.gz
ports-c7788076986c93b2eca2f05411090fbdb2d8ed17.zip
Notes
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-viplugin/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/java/eclipse-viplugin/Makefile b/java/eclipse-viplugin/Makefile
index 9f71ceecf34b..9e8a123fa13e 100644
--- a/java/eclipse-viplugin/Makefile
+++ b/java/eclipse-viplugin/Makefile
@@ -26,11 +26,9 @@ JAVA_VERSION= 1.4+
JAVA_OS= native
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
-ECLIPSE_ARCH= x86
-
do-install:
- @${MKDIR} ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+ @${MKDIR} ${PREFIX}/eclipse
+ @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
+ @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
.include <bsd.port.mk>