diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 06:05:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 06:05:18 +0000 |
commit | 90eb686abd90a105ace72b3e120053c4157a0cd4 (patch) | |
tree | 7db1074b061c221458953dd6fceb631f8d8ef044 /net/radiusd-cistron | |
parent | Update to version 1.3.1 (diff) |
Use proper POSIX syntax for `chown'.
Notes
Notes:
svn path=/head/; revision=43378
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r-- | net/radiusd-cistron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index 7e396cf22194..5fce2ad80cdf 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -53,6 +53,6 @@ post-install: @${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> |