summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-19 12:57:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-19 12:57:07 +0000
commitb598dd743ea3763f54afcb477d58009ba443c10d (patch)
treeedd328822b7b417548f6a5acc8a53bedce1b02e3 /java
parent- Update to 20100618 (diff)
- Follow Eclipse path changes
- Bump PORTREVISION PR: 148622 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Notes
Notes: svn path=/head/; revision=259571
Diffstat (limited to 'java')
-rw-r--r--java/veditor/Makefile11
-rw-r--r--java/veditor/pkg-plist6
2 files changed, 10 insertions, 7 deletions
diff --git a/java/veditor/Makefile b/java/veditor/Makefile
index a4eaba195d0d..6f8da5b9cef1 100644
--- a/java/veditor/Makefile
+++ b/java/veditor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= veditor
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= java cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION}
DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION}
@@ -31,16 +32,18 @@ RUN_DEPENDS+= iverilog:${PORTSDIR}/cad/iverilog
RUN_DEPENDS+= freehdl-v2cc:${PORTSDIR}/cad/freehdl
.endif
-PLIST_SUB= VER=${PORTVERSION}
+PLIST_SUB= VER=${PORTVERSION} \
+ ECLIPSE=${ECLIPSE}
NO_BUILD= yes
NO_WRKSUBDIR= yes
-ECLIPSE= ${PREFIX}/eclipse
+ECLIPSE= lib/eclipse
PLUGINS= plugins
do-install:
- @${MKDIR} ${ECLIPSE}/${PLUGINS}
- @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/
+ @${MKDIR} ${PREFIX}/${ECLIPSE}/${PLUGINS}
+ @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \
+ ${PREFIX}/${ECLIPSE}/${PLUGINS}/
.include <bsd.port.mk>
diff --git a/java/veditor/pkg-plist b/java/veditor/pkg-plist
index b09a05648348..4d556cc21fa5 100644
--- a/java/veditor/pkg-plist
+++ b/java/veditor/pkg-plist
@@ -1,3 +1,3 @@
-eclipse/plugins/net.sourceforge.veditor_%%VER%%.jar
-@dirrmtry eclipse/plugins
-@dirrmtry eclipse
+%%ECLIPSE%%/plugins/net.sourceforge.veditor_%%VER%%.jar
+@dirrmtry %%ECLIPSE%%/plugins
+@dirrmtry %%ECLIPSE%%