aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2004-08-11 01:15:22 +0800
committerhq <hq@FreeBSD.org>2004-08-11 01:15:22 +0800
commitda968226af30b6dbb6a1503d1d5dcddc26f75da3 (patch)
treef4065a814fc6356002571fada260f0c6dc841993 /textproc
parentbe452e855a678618835bc120b30b0f728129486a (diff)
downloadfreebsd-ports-gnome-da968226af30b6dbb6a1503d1d5dcddc26f75da3.tar.gz
freebsd-ports-gnome-da968226af30b6dbb6a1503d1d5dcddc26f75da3.tar.zst
freebsd-ports-gnome-da968226af30b6dbb6a1503d1d5dcddc26f75da3.zip
- Calm portlint: echo -> ${ECHO_CMD}
Approved by: glewis (mentor)
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 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: