diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2004-07-12 22:21:51 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2004-07-12 22:21:51 +0000 |
| commit | 2d84fd6044f4986b812c5c3c1e232c5660c44e13 (patch) | |
| tree | 9863f868d2852a1b6a9c2ccd6f0dca0acab891e5 /java/gnu-regexp/Makefile | |
| parent | . No need to add JAVAJARDIR to PLIST_SUB anymore as bsd.java.mk does it. (diff) | |
. 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/Makefile')
| -rw-r--r-- | java/gnu-regexp/Makefile | 2 |
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 \ |
