diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /net/radiusd-cistron | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'net/radiusd-cistron')
-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> |