diff options
author | garga <garga@FreeBSD.org> | 2006-06-28 02:17:49 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-28 02:17:49 +0800 |
commit | d12ef9023bac569b4a7a1758b40ac05d8ae3a22b (patch) | |
tree | 14dd3e0c702f240361071d10462583094168d167 /net/rwhoisd | |
parent | 49ce3340227b3afca291fcd8449e672b5770b6bf (diff) | |
download | freebsd-ports-gnome-d12ef9023bac569b4a7a1758b40ac05d8ae3a22b.tar.gz freebsd-ports-gnome-d12ef9023bac569b4a7a1758b40ac05d8ae3a22b.tar.zst freebsd-ports-gnome-d12ef9023bac569b4a7a1758b40ac05d8ae3a22b.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 |