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 /security/xinetd/Makefile | |
parent | Assign 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 'security/xinetd/Makefile')
-rw-r--r-- | security/xinetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 7aa03bf39860..5cef34aa961f 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1996 # Whom: markm # -# $Id: Makefile,v 1.7 1999/05/10 17:14:56 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/08/14 08:41:15 vanilla Exp $ # DISTNAME= xinetd-2.1.8.6b6 @@ -25,7 +25,7 @@ post-install: ${ECHO} "Install ${PREFIX}/etc/rc.d/xinetd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/xinetd.sh; \ ${ECHO} "[ -x ${PREFIX}/sbin/xinetd ] && ${PREFIX}/sbin/xinetd && echo -n ' xinetd'" >> ${PREFIX}/etc/rc.d/xinetd.sh; \ - chmod 751 ${PREFIX}/etc/rc.d/xinetd.sh; \ + ${CHMOD} 751 ${PREFIX}/etc/rc.d/xinetd.sh; \ fi strip ${PREFIX}/sbin/xinetd |