diff options
author | archie <archie@FreeBSD.org> | 2005-03-29 22:59:38 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2005-03-29 22:59:38 +0800 |
commit | 781005da02a4353ce87dc44753ea7f5b9e3ce79d (patch) | |
tree | e9d928e5542139e752659f616d4e281d16bb015b /java | |
parent | b13af96590cfed0e75fc966a919bb7aeeeb43c43 (diff) | |
download | freebsd-ports-gnome-781005da02a4353ce87dc44753ea7f5b9e3ce79d.tar.gz freebsd-ports-gnome-781005da02a4353ce87dc44753ea7f5b9e3ce79d.tar.zst freebsd-ports-gnome-781005da02a4353ce87dc44753ea7f5b9e3ce79d.zip |
Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.
Approved by: portmgr (implicitly)
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 2 |
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> |