summaryrefslogtreecommitdiffstats
path: root/net/xtradius
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-01 06:05:18 +0000
committerobrien <obrien@FreeBSD.org>2001-06-01 06:05:18 +0000
commit5fbdb9eb0f20e0bf319c3078565e89327fea6f28 (patch)
tree124f40f80f2740ea1355e840ece3af488cba8e9f /net/xtradius
parent80694907888be0ceded66ec7b99fb002c6e7afbe (diff)
downloadFreeBSD-ports-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.zip
FreeBSD-ports-5fbdb9eb0f20e0bf319c3078565e89327fea6f28.tar.gz
Use proper POSIX syntax for `chown'.
Diffstat (limited to 'net/xtradius')
-rw-r--r--net/xtradius/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xtradius/Makefile b/net/xtradius/Makefile
index 5feca94..2dc50d6 100644
--- a/net/xtradius/Makefile
+++ b/net/xtradius/Makefile
@@ -56,10 +56,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/contrib/pg_xtradius/pg_auth.pl ${PREFIX}/etc/raddb
${INSTALL_DATA} ${WRKSRC}/contrib/pg_xtradius/pg_acct.pl ${PREFIX}/etc/raddb
@${CHMOD} 555 ${PREFIX}/etc/raddb/pg_acct.pl ${PREFIX}/etc/raddb/pg_auth.pl
- @${CHOWN} root.wheel ${PREFIX}/etc/raddb/pg_acct.pl
- @${CHOWN} root.wheel ${PREFIX}/etc/raddb/pg_auth.pl
+ @${CHOWN} root:wheel ${PREFIX}/etc/raddb/pg_acct.pl
+ @${CHOWN} root:wheel ${PREFIX}/etc/raddb/pg_auth.pl
@${SED} -e "s=!!PREFIX!!=${PREFIX}=g" ${FILESDIR}/radiusd.sh.tmpl \
> ${PREFIX}/etc/rc.d/radiusd.sh
@${CHMOD} 555 ${PREFIX}/etc/rc.d/radiusd.sh
- @${CHOWN} root.wheel ${PREFIX}/etc/rc.d/radiusd.sh
+ @${CHOWN} root:wheel ${PREFIX}/etc/rc.d/radiusd.sh
.include <bsd.port.mk>
OpenPOWER on IntegriCloud