aboutsummaryrefslogtreecommitdiff
path: root/net/rwhoisd
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
commit93a61d6874669ec2bb1bc7deebc61598e4174442 (patch)
treeb771014812f92756476f174cb7d6d567fc13dbc2 /net/rwhoisd
parente062d3845f126e409fb15b1ae6b67f75410a881b (diff)
downloadports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz
ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27423
Diffstat (limited to 'net/rwhoisd')
-rw-r--r--net/rwhoisd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile
index b018063852e6..8af4dc9c363b 100644
--- a/net/rwhoisd/Makefile
+++ b/net/rwhoisd/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: rwhois
-# Version required: 1.0b9.2
# Date created: May 9th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= rwhois-1.0B9.2
-PKGNAME= rwhois-1.0b9.2
+PORTNAME= rwhois
+PORTVERSION= 1.0.b9.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.rwhois.net/pub/
+DISTNAME= rwhois-1.0B9.2
MAINTAINER= jfitz@FreeBSD.org
@@ -43,7 +43,7 @@ post-install:
@ ${ECHO} "" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
@ ${ECHO} "# remove or comment the following line and uncomment the one below it once you have" >> ${PREFIX}/etc/rc.d/rwhoisd.sh
@ ${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} "${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