From 0104af0f3c132462543d28f3db53e69dfde8b8a3 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Tue, 29 Mar 2005 14:59:38 +0000 Subject: Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing. Approved by: portmgr (implicitly) --- java/classpath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/classpath') diff --git a/java/classpath/Makefile b/java/classpath/Makefile index e85d0667d6f1..c4c6a055c746 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -36,6 +36,6 @@ post-install: @${FIND} ${dir} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endfor - @${ECHO} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST} .include -- cgit v1.3