summaryrefslogtreecommitdiff
path: root/palm
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
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')
-rw-r--r--palm/prc-tools-gcc/Makefile2
-rw-r--r--palm/sitescooper/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/palm/prc-tools-gcc/Makefile b/palm/prc-tools-gcc/Makefile
index 94fb4c98e6c6..bdd268506a9e 100644
--- a/palm/prc-tools-gcc/Makefile
+++ b/palm/prc-tools-gcc/Makefile
@@ -38,7 +38,7 @@ MAN1= cccp.1 m68k-palmos-g++.1 m68k-palmos-gcc.1
.include <bsd.port.pre.mk>
-CFLAGS!= ${ECHO} "${CFLAGS}" | ${SED} -e 's/-m[0-9a-z]*//g'
+CFLAGS!= ${ECHO_CMD} "${CFLAGS}" | ${SED} -e 's/-m[0-9a-z]*//g'
post-extract:
@(cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}.tar.gz ${EXTRACT_AFTER_ARGS})
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: