summaryrefslogtreecommitdiff
path: root/www/navigator
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>1999-04-23 12:33:19 +0000
committerkleink <kleink@pkgsrc.org>1999-04-23 12:33:19 +0000
commitcac35f55f36d6ecb2675daa6514552a981208fe8 (patch)
treebeb553ef7936194e1d54e1fae7f4d380f9bd3e6f /www/navigator
parent6ecec914d508444c9c4b36ac3c36fd23f3d12632 (diff)
downloadpkgsrc-cac35f55f36d6ecb2675daa6514552a981208fe8.tar.gz
Get rid of old-style chown usage.
Diffstat (limited to 'www/navigator')
-rw-r--r--www/navigator/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile b/www/navigator/Makefile
index 2f485301441..e03a402e3a9 100644
--- a/www/navigator/Makefile
+++ b/www/navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/04/17 02:43:32 jlam Exp $
+# $NetBSD: Makefile,v 1.4 1999/04/23 12:33:20 kleink Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -59,7 +59,7 @@ do-install:
${MV} ${MOZILLA_HOME}/netscape_dns ${MOZILLA_HOME}/netscape
${CAT} ${PKGDIR}/PLIST.sparc >>${PLIST_SRC}
.endif
- ${CHOWN} -R 0.0 ${MOZILLA_HOME}
+ ${CHOWN} -R 0:0 ${MOZILLA_HOME}
${CHMOD} -R go-w ${MOZILLA_HOME}
${CAT} ${PKGDIR}/PLIST.post >>${PLIST_SRC}