summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-04-12 14:32:01 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-04-12 14:32:01 +0000
commit05a284c100834ba95eaac3a89aa675f36ad91a7e (patch)
treeddbc364c28f95f057f694d870bdea8033ae1e90d /textproc
parent16dc1245b589325da26b852faef7074dc4317cac (diff)
downloadfreebsd-ports-05a284c100834ba95eaac3a89aa675f36ad91a7e.zip
Fix subtle bug in a plist substitution rule that left an unnecessary
leading slash in certain filenames (only affected 'make package'). Prompted by: bento via kris
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xerces-j/Makefile2
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