summaryrefslogtreecommitdiff
path: root/www/zope28
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/zope28
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/zope28')
-rw-r--r--www/zope28/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope28/Makefile b/www/zope28/Makefile
index 9966fccb18fb..8aeabc48706d 100644
--- a/www/zope28/Makefile
+++ b/www/zope28/Makefile
@@ -70,7 +70,7 @@ do-install:
@(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} wo_pcgi.py)
@(cd ${ZOPEBASEDIR} && \
${MV} Zope.cgi Zope.cgi.orig ; \
- ${ECHO} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \
+ ${ECHO_CMD} "#! ${CGIBINDIR}/pcgi-wrapper" > Zope.cgi ; \
${CAT} Zope.cgi.orig >> Zope.cgi ; \
${RM} Zope.cgi.orig )
@(cd ${ZOPEBASEDIR}/pcgi/Test && ${RM} *.o)