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/java-getopt/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/java-getopt/Makefile')
-rw-r--r-- | java/java-getopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile index 0d4d64cd4260..197ed621eb5a 100644 --- a/java/java-getopt/Makefile +++ b/java/java-getopt/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .jar MAINTAINER= ports@FreeBSD.org COMMENT= Java version of GNU getopt family functions -PLIST_FILES= share/java/classes/getopt.jar +PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar USE_JAVA= 1.1+ NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} |