From da968226af30b6dbb6a1503d1d5dcddc26f75da3 Mon Sep 17 00:00:00 2001 From: hq Date: Tue, 10 Aug 2004 17:15:22 +0000 Subject: - Calm portlint: echo -> ${ECHO_CMD} Approved by: glewis (mentor) --- textproc/xerces-j/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 9ad6e0e..c739ea6 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: -- cgit v1.1