summaryrefslogtreecommitdiff
path: root/graphics/acidwarp
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:53:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:53:27 +0000
commitbc07afc1c299155a3451d285f1e3c862af0c8e83 (patch)
tree1fecad8c5762f1c1f723e927775d4b37b5a0f7d9 /graphics/acidwarp
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. Use command macros where appropriate.
Notes
Notes: svn path=/head/; revision=53954
Diffstat (limited to 'graphics/acidwarp')
-rw-r--r--graphics/acidwarp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile
index 390f246d9f98..18d4b50523d3 100644
--- a/graphics/acidwarp/Makefile
+++ b/graphics/acidwarp/Makefile
@@ -27,13 +27,13 @@ post-patch:
@${PERL} -pi -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/Makefile
pre-install:
- ${ECHO} "bin/acidwarp" > ${PLIST}
+ ${ECHO_CMD} "bin/acidwarp" > ${PLIST}
.if !defined(NOPORTDOCS)
.for i in ${DOCFILES}
- ${ECHO} -n "share/doc/acidwarp/" >> ${PLIST}
- ${ECHO} ${i} >> ${PLIST}
+ ${ECHO_CMD} -n "share/doc/acidwarp/" >> ${PLIST}
+ ${ECHO_CMD} ${i} >> ${PLIST}
.endfor
- ${ECHO} "@dirrm share/doc/acidwarp" >> ${PLIST}
+ ${ECHO_CMD} "@dirrm share/doc/acidwarp" >> ${PLIST}
.endif
do-install: