summaryrefslogtreecommitdiff
path: root/x11-wm/swm
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
commita80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch)
treee1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11-wm/swm
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=53961
Diffstat (limited to 'x11-wm/swm')
-rw-r--r--x11-wm/swm/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile
index a4e54e8bc638..66c31f0320ca 100644
--- a/x11-wm/swm/Makefile
+++ b/x11-wm/swm/Makefile
@@ -29,21 +29,21 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src
pre-install:
${RM} -f ${PLIST}
for i in ${BINS} ${SCRIPTS}; \
- do ${ECHO} bin/$${i} >> ${PLIST}; \
+ do ${ECHO_CMD} bin/$${i} >> ${PLIST}; \
done
.if !defined(NOPORTDOCS)
for i in ${DOCS}; \
- do ${ECHO} ${DOCDIR}/$${i} >> ${PLIST}; \
+ do ${ECHO_CMD} ${DOCDIR}/$${i} >> ${PLIST}; \
done
for i in 1 2 3; \
- do ${ECHO} ${DOCDIR}/examples/.swm/button$${i} >> ${PLIST}; \
+ do ${ECHO_CMD} ${DOCDIR}/examples/.swm/button$${i} >> ${PLIST}; \
done
for i in ${EXAMPLES}; \
- do ${ECHO} ${DOCDIR}/examples/$${i} >> ${PLIST}; \
+ do ${ECHO_CMD} ${DOCDIR}/examples/$${i} >> ${PLIST}; \
done
- ${ECHO} @dirrm ${DOCDIR}/examples/.swm >> ${PLIST}
- ${ECHO} @dirrm ${DOCDIR}/examples >> ${PLIST}
- ${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
+ ${ECHO_CMD} @dirrm ${DOCDIR}/examples/.swm >> ${PLIST}
+ ${ECHO_CMD} @dirrm ${DOCDIR}/examples >> ${PLIST}
+ ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST}
.endif
do-install: