diff options
Diffstat (limited to 'net/radiusd-cistron/Makefile')
-rw-r--r-- | net/radiusd-cistron/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index 474522647bd3..f4446bc8a897 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Jan 1999 # Whom: john@nlc.net.au # -# $Id: Makefile,v 1.5 1999/07/22 23:25:07 billf Exp $ +# $Id: Makefile,v 1.6 1999/08/01 04:07:50 steve Exp $ # DISTNAME= radiusd-cistron-1.5.4.3 @@ -70,7 +70,7 @@ do-install: 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 + @${CHMOD} 555 ${PREFIX}/etc/rc.d/radiusd.sh + @${CHOWN} root.wheel ${PREFIX}/etc/rc.d/radiusd.sh .include <bsd.port.mk> |