diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /net/radiusd-cistron/Makefile | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
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> |