summaryrefslogtreecommitdiff
path: root/net/rwhoisd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rwhoisd/Makefile')
-rw-r--r--net/rwhoisd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile
index 827473d32be7..ed5c57e1b0c8 100644
--- a/net/rwhoisd/Makefile
+++ b/net/rwhoisd/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>