diff options
author | archie <archie@FreeBSD.org> | 2005-03-28 23:01:36 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2005-03-28 23:01:36 +0000 |
commit | 46debb927aa2fc9fb4877b7443f38482aa506a3a (patch) | |
tree | 6bd430f4e834378968932ce471fba594c6027312 /java/classpath | |
parent | 02349d2dc314d79216d65a68e0c2eeb714fb1a2c (diff) | |
download | FreeBSD-ports-46debb927aa2fc9fb4877b7443f38482aa506a3a.zip FreeBSD-ports-46debb927aa2fc9fb4877b7443f38482aa506a3a.tar.gz |
Fix previous commit: use ${ECHO} instead of echo.
Approved by: portmgr (implicitly)
Diffstat (limited to 'java/classpath')
-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 92d91a2..e85d0667 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} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST} .include <bsd.port.post.mk> |