aboutsummaryrefslogtreecommitdiff
path: root/java/gnu-regexp
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-07-12 22:21:51 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-07-12 22:21:51 +0000
commit2d84fd6044f4986b812c5c3c1e232c5660c44e13 (patch)
tree9863f868d2852a1b6a9c2ccd6f0dca0acab891e5 /java/gnu-regexp
parenteabf820d76af752a3ca8b716d04eee1996e6c86e (diff)
downloadports-2d84fd6044f4986b812c5c3c1e232c5660c44e13.tar.gz
ports-2d84fd6044f4986b812c5c3c1e232c5660c44e13.zip
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.
Notes
Notes: svn path=/head/; revision=113512
Diffstat (limited to 'java/gnu-regexp')
-rw-r--r--java/gnu-regexp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/gnu-regexp/Makefile b/java/gnu-regexp/Makefile
index 274da765027a..43234d49c56e 100644
--- a/java/gnu-regexp/Makefile
+++ b/java/gnu-regexp/Makefile
@@ -21,7 +21,7 @@ NO_BUILD= yes
PORTDOCS= *
.endif
-PLIST_FILES= ${JAVAJARDIR:S,^${PREFIX}/,,}/gnu-regexp.jar
+PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
do-install:
${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-${PORTVERSION}.jar \