summaryrefslogtreecommitdiff
path: root/net/rwhois/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/rwhois/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/rwhois/Makefile')
-rw-r--r--net/rwhois/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile
index 827473d32be7..ed5c57e1b0c8 100644
--- a/net/rwhois/Makefile
+++ b/net/rwhois/Makefile
@@ -3,7 +3,7 @@
# Date created: May 9th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.5 1998/10/16 03:10:09 jseger Exp $
+# $Id: Makefile,v 1.6 1999/06/26 22:58:41 mharo Exp $
#
DISTNAME= rwhois-1.0B9.2
@@ -36,6 +36,6 @@ post-install:
@ echo "# configured your server's data" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
@ echo "echo \"rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
@ echo "#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhois.conf & && echo -n ' rwhoisd'" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
- chmod 751 ${PREFIX}/etc/rc.d/rwhoisd.sh
+ ${CHMOD} 751 ${PREFIX}/etc/rc.d/rwhoisd.sh
.include <bsd.port.mk>