diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-28 02:17:49 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-28 02:17:49 +0800 |
commit | 9398c6a5de8c36aad17821a0e4cfaa5899b21d06 (patch) | |
tree | 2d80bf49244c1a3653995f0b83fb3954c9388938 /net/rwhoisd | |
parent | 84ab690e32f3931917e5dd665b9ff2ba4ade575f (diff) | |
download | freebsd-ports-gnome-9398c6a5de8c36aad17821a0e4cfaa5899b21d06.tar.gz freebsd-ports-gnome-9398c6a5de8c36aad17821a0e4cfaa5899b21d06.tar.zst freebsd-ports-gnome-9398c6a5de8c36aad17821a0e4cfaa5899b21d06.zip |
Move net/rwhois -> net/rwhoisd, an accurate name for the port/package
PR: ports/99306
Submitted by: Jo Rhett <jrhett@svcolo.com>
Diffstat (limited to 'net/rwhoisd')
-rw-r--r-- | net/rwhoisd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 11dd846e0415..379ef93dc737 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: rwhois +# New ports collection makefile for: rwhoisd # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= rwhois +PORTNAME= rwhoisd PORTVERSION= 1.5.9.6 PORTREVISION= 1 CATEGORIES= net ipv6 |