summaryrefslogtreecommitdiff
path: root/devel/ORBit2
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
commit32c83edfbcce207c560685385be28ffc02faad2c (patch)
tree8b9a9aef75ca0c44c811a5951f9fc90aec5e4c56 /devel/ORBit2
parentUpdate to 2.4.13. (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=53952
Diffstat (limited to 'devel/ORBit2')
-rw-r--r--devel/ORBit2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index 81ca55168dc8..3e7c5be83e75 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -30,8 +30,8 @@ post-patch:
@${TOUCH} ${WRKSRC}/configure
post-install:
- @${ECHO} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbitrc.default
- @${ECHO} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbitrc.default
+ @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbitrc.default
+ @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbitrc.default
@if [ ! -f ${PREFIX}/etc/orbitrc ]; then \
${CP} -p ${PREFIX}/etc/orbitrc.default ${PREFIX}/etc/orbitrc ; \
fi