diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-01 14:05:18 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-01 14:05:18 +0800 |
commit | 5fbdb9eb0f20e0bf319c3078565e89327fea6f28 (patch) | |
tree | 124f40f80f2740ea1355e840ece3af488cba8e9f /net-mgmt | |
parent | 80694907888be0ceded66ec7b99fb002c6e7afbe (diff) | |
download | freebsd-ports-gnome-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.tar.gz freebsd-ports-gnome-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.tar.zst freebsd-ports-gnome-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.zip |
Use proper POSIX syntax for `chown'.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch-devel/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/arpwatch/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile index e1c177cd94aa..44dbbc004ba8 100644 --- a/net-mgmt/arpwatch-devel/Makefile +++ b/net-mgmt/arpwatch-devel/Makefile @@ -24,7 +24,7 @@ post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ ${CHMOD} 775 ${PREFIX}/arpwatch; \ - ${CHOWN} root.operator ${PREFIX}/arpwatch; \ + ${CHOWN} root:operator ${PREFIX}/arpwatch; \ fi ${TOUCH} ${PREFIX}/arpwatch/arp.dat ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index e1c177cd94aa..44dbbc004ba8 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/arpwatch/Makefile @@ -24,7 +24,7 @@ post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ ${CHMOD} 775 ${PREFIX}/arpwatch; \ - ${CHOWN} root.operator ${PREFIX}/arpwatch; \ + ${CHOWN} root:operator ${PREFIX}/arpwatch; \ fi ${TOUCH} ${PREFIX}/arpwatch/arp.dat ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat |