summaryrefslogtreecommitdiff
path: root/net/radiusd-cistron/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /net/radiusd-cistron/Makefile
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'net/radiusd-cistron/Makefile')
-rw-r--r--net/radiusd-cistron/Makefile6
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>