diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-12 14:32:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-12 14:32:01 +0000 |
commit | 05a284c100834ba95eaac3a89aa675f36ad91a7e (patch) | |
tree | ddbc364c28f95f057f694d870bdea8033ae1e90d /textproc/xerces-j | |
parent | 16dc1245b589325da26b852faef7074dc4317cac (diff) | |
download | ports-05a284c100834ba95eaac3a89aa675f36ad91a7e.tar.gz ports-05a284c100834ba95eaac3a89aa675f36ad91a7e.zip |
Notes
Diffstat (limited to 'textproc/xerces-j')
-rw-r--r-- | textproc/xerces-j/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 57871fc87ac3..951255dc4d8c 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -43,7 +43,7 @@ JARFILES+= xerces.jar xmlParserAPIs.jar resolver.jar JARFILES+= xercesSamples.jar .endif -PLIST_FILES+= ${JARFILES:S,^,${JAVAJARDIR:S,${PREFIX},,}/,} +PLIST_FILES+= ${JARFILES:S,^,${JAVAJARDIR:S,${PREFIX}/,,}/,} TOOLS_JARFILES= resolver.jar stylebook-1.0-b2.jar bin/xjavac.jar |