summaryrefslogtreecommitdiff
path: root/www/august
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
commit4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (patch)
tree1e0d9f19cde131b110f2420762ff686ae845cbc8 /www/august
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
Notes
Notes: svn path=/head/; revision=53960
Diffstat (limited to 'www/august')
-rw-r--r--www/august/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/august/Makefile b/www/august/Makefile
index e7adfbf4041d..a1bf0cbd8710 100644
--- a/www/august/Makefile
+++ b/www/august/Makefile
@@ -27,10 +27,10 @@ do-patch:
${WRKSRC}/august
pre-install:
- ${ECHO} bin/august > ${PLIST}
+ ${ECHO_CMD} bin/august > ${PLIST}
.if !defined(NOPORTDOCS)
- ${ECHO} share/doc/august/specchars.txt >> ${PLIST}
- ${ECHO} @dirrm share/doc/august >> ${PLIST}
+ ${ECHO_CMD} share/doc/august/specchars.txt >> ${PLIST}
+ ${ECHO_CMD} @dirrm share/doc/august >> ${PLIST}
.endif
do-install: