aboutsummaryrefslogtreecommitdiff
path: root/java/classpath
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2005-03-29 14:59:38 +0000
committerArchie Cobbs <archie@FreeBSD.org>2005-03-29 14:59:38 +0000
commit0104af0f3c132462543d28f3db53e69dfde8b8a3 (patch)
tree613f60d8c38ec48e16de7a3dec704402c22b97e7 /java/classpath
parent3599cebd67e05824854719e96d6ebab220c08ee8 (diff)
downloadports-0104af0f3c132462543d28f3db53e69dfde8b8a3.tar.gz
ports-0104af0f3c132462543d28f3db53e69dfde8b8a3.zip
Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.
Approved by: portmgr (implicitly)
Notes
Notes: svn path=/head/; revision=132112
Diffstat (limited to 'java/classpath')
-rw-r--r--java/classpath/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.post.mk>