summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant>2004-06-26 10:45:28 +0000
committergrant <grant>2004-06-26 10:45:28 +0000
commit43125acec33dee27e9afbd3af792f0ee0c846879 (patch)
treee5b4ee88b116ae1e3488414c0a187a27c3788ee7 /www
parent9910a80bbcb68fdfb385b1619a7c183891ec9d85 (diff)
downloadpkgsrc-43125acec33dee27e9afbd3af792f0ee0c846879.tar.gz
be quiet in pre-install, too
Diffstat (limited to 'www')
-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; \