summaryrefslogtreecommitdiff
path: root/palm/sitescooper
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:48:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:48:57 +0000
commit897d06aa9731645e0a7fa7c315028dcdbfa3c798 (patch)
tree485cefa9621a788f5d27ac4dcab7fc6aa9843be6 /palm/sitescooper
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=53958
Diffstat (limited to 'palm/sitescooper')
-rw-r--r--palm/sitescooper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/sitescooper/Makefile b/palm/sitescooper/Makefile
index 9041c0d1a701..43d3b76c98b8 100644
--- a/palm/sitescooper/Makefile
+++ b/palm/sitescooper/Makefile
@@ -27,9 +27,9 @@ post-patch:
${PERL} -pi -e "s|^#!.+|#!${PERL}|; \
s|/usr/local/etc/sitescooper.cf|${PREFIX}/etc/sitescooper.cf|g; \
s|/usr/local/etc/sitescooper/sitescooper.cf|${PREFIX}/etc/sitescooper.cf.sample|g;" ${WRKSRC}/*.pl
- ${ECHO} "MakeDoc: pilot_makedoc" >> ${WRKSRC}/sitescooper.cf
- ${ECHO} "iSilo: iSiloBSD" >> ${WRKSRC}/sitescooper.cf
- ${ECHO} "SitescooperDir: ${PREFIX}/share/sitescooper" >> \
+ ${ECHO_CMD} "MakeDoc: pilot_makedoc" >> ${WRKSRC}/sitescooper.cf
+ ${ECHO_CMD} "iSilo: iSiloBSD" >> ${WRKSRC}/sitescooper.cf
+ ${ECHO_CMD} "SitescooperDir: ${PREFIX}/share/sitescooper" >> \
${WRKSRC}/sitescooper.cf
do-install: