summaryrefslogtreecommitdiffstats
path: root/www/netscape7
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
committerknu <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
commit4e5525b4be19a5420da69e36d65240ad0ea3056b (patch)
tree66c04d808c8cf7548f5118fb30cb45c1eeede94e /www/netscape7
parent0178e4d2a90833e31a5bb31c9387dd658f3dbfb5 (diff)
downloadFreeBSD-ports-4e5525b4be19a5420da69e36d65240ad0ea3056b.zip
FreeBSD-ports-4e5525b4be19a5420da69e36d65240ad0ea3056b.tar.gz
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.
Diffstat (limited to 'www/netscape7')
-rw-r--r--www/netscape7/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index 7fec3ce..d7651d13 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/Makefile
@@ -99,18 +99,18 @@ do-configure:
${FILESDIR}/start.sh >${WRKDIR}/${STARTUP_CMD}
pre-install:
- ${ECHO} bin/${STARTUP_CMD} > ${PLIST}
+ ${ECHO_CMD} bin/${STARTUP_CMD} > ${PLIST}
cd ${WRKSRC}/bin; for i in `find * \! -type d | sort`; do \
- ${ECHO} lib/linux-netscape6/$${i} >> ${PLIST}; \
+ ${ECHO_CMD} lib/linux-netscape6/$${i} >> ${PLIST}; \
done
cd ${WRKSRC}/plugins; for i in `find * \! -type d | sort`; do \
- ${ECHO} lib/linux-netscape6/plugins/$${i} >> ${PLIST}; \
+ ${ECHO_CMD} lib/linux-netscape6/plugins/$${i} >> ${PLIST}; \
done
cd ${WRKSRC}/bin; \
for i in `find -d * -type d`; do \
- ${ECHO} @dirrm lib/linux-netscape6/$${i} >> ${PLIST}; \
+ ${ECHO_CMD} @dirrm lib/linux-netscape6/$${i} >> ${PLIST}; \
done
- ${ECHO} @dirrm lib/linux-netscape6 >> ${PLIST}
+ ${ECHO_CMD} @dirrm lib/linux-netscape6 >> ${PLIST}
do-install:
${MKDIR} ${INSTALL_DIR}
OpenPOWER on IntegriCloud