summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-06-26 10:45:28 +0000
committergrant <grant>2004-06-26 10:45:28 +0000
commitce73a7628e971ceadeb16d5f09d02dc29164a075 (patch)
treee5b4ee88b116ae1e3488414c0a187a27c3788ee7
parent30a11c5f80726bca5a9f28d3d35a894a177ef395 (diff)
downloadpkgsrc-ce73a7628e971ceadeb16d5f09d02dc29164a075.tar.gz
be quiet in pre-install, too
-rw-r--r--www/netscape7/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index af6dcd2a361..de3c3443998 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/06/26 10:42:42 grant Exp $
+# $NetBSD: Makefile,v 1.26 2004/06/26 10:45:28 grant Exp $
#
DISTNAME= netscape-i686-pc-linux-gnu-sea
@@ -48,9 +48,9 @@ pre-build:
${FILESDIR}/extract_instructions; \
sleep $${delay}; \
${MKDIR} ${WRKSRC}/dest
- ${SED} -e "s|/usr/local/netscape|${WRKSRC}/dest|g" \
+ @${SED} -e "s|/usr/local/netscape|${WRKSRC}/dest|g" \
${WRKSRC}/config.ini > ${WRKSRC}/config.ini.new; \
- ${MV} ${WRKSRC}/config.ini.new ${WRKSRC}/config.ini
+ @${MV} ${WRKSRC}/config.ini.new ${WRKSRC}/config.ini
# we must wait for netscape to start up after build!
do-build:
@@ -59,7 +59,7 @@ do-build:
# dynamic PLIST generation
pre-install:
- if [ -f ${INSTDIR}/plugins/libjavaplugin_oji.so ]; then \
+ @if [ -f ${INSTDIR}/plugins/libjavaplugin_oji.so ]; then \
cd ${INSTDIR}/plugins && ${LN} -sf \
java2/plugin/i386/ns600/libjavaplugin_oji.so \
libjavaplugin_oji.so; \