summaryrefslogtreecommitdiff
path: root/games/bnetd/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 /games/bnetd/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 'games/bnetd/Makefile')
-rw-r--r--games/bnetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile
index 5afd826953f8..2c0c6fcfc498 100644
--- a/games/bnetd/Makefile
+++ b/games/bnetd/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 April 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
-# $Id: Makefile,v 1.6 1999/08/03 03:42:07 cpiazza Exp $
+# $Id: Makefile,v 1.7 1999/08/12 00:27:08 taoka Exp $
#
DISTNAME= bnetd-0.4.16
@@ -34,7 +34,7 @@ post-install:
${ECHO} "Installing ${PREFIX}/etc/rc.d/bnetd.sh startup file."; \
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/bnetd.sh; \
${ECHO} "cd ${PREFIX}; [ -x sbin/bnetd -a -f bnetd/conf/bnetd.conf ] && sbin/bnetd -c bnetd/conf/bnetd.conf > /dev/null && ${ECHO} -n ' bnetd'" >> ${PREFIX}/etc/rc.d/bnetd.sh; \
- chmod 751 ${PREFIX}/etc/rc.d/bnetd.sh; \
+ ${CHMOD} 751 ${PREFIX}/etc/rc.d/bnetd.sh; \
fi
.include <bsd.port.mk>