summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /java
parent- Extract command variable definitions from bsd.port.mk, they are now stored in (diff)
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Diffstat (limited to 'java')
-rw-r--r--java/berkeley-db/Makefile2
-rw-r--r--java/veditor/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/berkeley-db/Makefile b/java/berkeley-db/Makefile
index b8e079182c58..9478abf41c72 100644
--- a/java/berkeley-db/Makefile
+++ b/java/berkeley-db/Makefile
@@ -68,7 +68,7 @@ post-build:
post-patch:
- @${REINPLACE_CMD} "s,/usr/local,${TARGETDIR}," ${WRKSRC}/build.xml
+ @${REINPLACE_CMD} "s,/usr/local,${PREFIX}," ${WRKSRC}/build.xml
do-install:
@${INSTALL_DATA} ${WRKSRC}/build/lib/je.jar ${JAVAJARDIR}
diff --git a/java/veditor/Makefile b/java/veditor/Makefile
index 077e92f75fd8..bf8d3625c36a 100644
--- a/java/veditor/Makefile
+++ b/java/veditor/Makefile
@@ -34,7 +34,7 @@ NO_BUILD= yes
USE_ZIP= yes
NO_WRKSUBDIR= yes
-ECLIPSE= ${TARGETDIR}/eclipse
+ECLIPSE= ${PREFIX}/eclipse
PLUGINS= plugins
do-install: