diff options
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 92d91a25950..e85d0667d6f 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> |