summaryrefslogtreecommitdiff
path: root/www/navigator/Makefile
diff options
context:
space:
mode:
authorkleink <kleink>1999-04-23 12:33:19 +0000
committerkleink <kleink>1999-04-23 12:33:19 +0000
commit1b4ab320c2d30ccd7e82cb2b0f09d51ed2052dec (patch)
treebeb553ef7936194e1d54e1fae7f4d380f9bd3e6f /www/navigator/Makefile
parentc3865ae825b58a8a8169f36f713ace96386a73dd (diff)
downloadpkgsrc-1b4ab320c2d30ccd7e82cb2b0f09d51ed2052dec.tar.gz
Get rid of old-style chown usage.
Diffstat (limited to 'www/navigator/Makefile')
-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}