aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-j
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-08-10 17:15:22 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-08-10 17:15:22 +0000
commit63acad638767c733c99d9e3deac81cfe0585bc77 (patch)
tree233be56a3ee1d961389552818962f0a9934482ae /textproc/xerces-j
parente662720ff2e26fb4caa09dba2d795ede7a7f06bc (diff)
downloadports-63acad638767c733c99d9e3deac81cfe0585bc77.tar.gz
ports-63acad638767c733c99d9e3deac81cfe0585bc77.zip
- Calm portlint: echo -> ${ECHO_CMD}
Approved by: glewis (mentor)
Notes
Notes: svn path=/head/; revision=115849
Diffstat (limited to 'textproc/xerces-j')
-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 9ad6e0e03cbb..c739ea6ccfd5 100644
--- a/textproc/xerces-j/Makefile
+++ b/textproc/xerces-j/Makefile
@@ -47,7 +47,7 @@ JARFILES+= xercesSamples.jar
PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,}
TOOLS_JARFILES= resolver.jar stylebook-1.0-b2.jar bin/xjavac.jar
-CLASSPATH!= echo ${TOOLS_JARFILES:S,^,tools/,} | ${TR} " " ":"
+CLASSPATH!= ${ECHO_CMD} ${TOOLS_JARFILES:S,^,tools/,} | ${TR} " " ":"
MAKE_ENV= CLASSPATH=${CLASSPATH}
post-extract: