From b598dd743ea3763f54afcb477d58009ba443c10d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 19 Aug 2010 12:57:07 +0000 Subject: - Follow Eclipse path changes - Bump PORTREVISION PR: 148622 Submitted by: Dominic Fandrey (maintainer) --- java/veditor/Makefile | 11 +++++++---- java/veditor/pkg-plist | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'java') 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 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%% -- cgit v1.2.3