summaryrefslogtreecommitdiff
path: root/www/mmosaic
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/mmosaic
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/mmosaic')
-rw-r--r--www/mmosaic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mmosaic/Makefile b/www/mmosaic/Makefile
index 5cb49b3faf86..ac4e5913890a 100644
--- a/www/mmosaic/Makefile
+++ b/www/mmosaic/Makefile
@@ -27,9 +27,9 @@ USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/mMosaic-src-${PORTVERSION}
pre-install:
- ${ECHO} bin/mmosaic > ${PLIST}
+ ${ECHO_CMD} bin/mmosaic > ${PLIST}
cd ${WRKSRC}/Copyrights; for i in `find * -type f`; do \
- ${ECHO} share/doc/mmosaic/$${i} >> ${PLIST}; \
+ ${ECHO_CMD} share/doc/mmosaic/$${i} >> ${PLIST}; \
done
do-install: