summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-03-31 02:42:24 +0000
committergrant <grant@pkgsrc.org>2003-03-31 02:42:24 +0000
commit31b39abe4ff893df482fe97d3dd75a41e17c661f (patch)
tree67e0b286eaf437514cd6dbe00b90f6ac99521e54 /www
parent7a13a1a53631735f8177b730e7f1d4cb05ff7e69 (diff)
downloadpkgsrc-31b39abe4ff893df482fe97d3dd75a41e17c661f.tar.gz
quieten PLIST generation.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-linux/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mozilla-linux/Makefile b/www/mozilla-linux/Makefile
index 90f02993f13..eca25a92751 100644
--- a/www/mozilla-linux/Makefile
+++ b/www/mozilla-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/03/29 12:42:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/31 02:42:24 grant Exp $
#
DISTNAME= mozilla-i686-pc-linux-gnu-1.3
@@ -31,11 +31,11 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/mozilla.sh ${PREFIX}/bin/mozilla-linux
post-install:
- ${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC}
- ${FIND} ${MOZILLA_LIB} \( -type f -o -type l \) -print \
+ @${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC}
+ @${FIND} ${MOZILLA_LIB} \( -type f -o -type l \) -print \
| ${SORT} | ${SED} -e "s,${PREFIX}/,,g" \
>> ${PLIST_SRC}
- ${FIND} ${MOZILLA_LIB} -type d -print \
+ @${FIND} ${MOZILLA_LIB} -type d -print \
| ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \
>> ${PLIST_SRC}