diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/ripetools | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Notes
Diffstat (limited to 'net/ripetools')
-rw-r--r-- | net/ripetools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ripetools/Makefile b/net/ripetools/Makefile index 68e74e3b1d3c..dcb4cc59c709 100644 --- a/net/ripetools/Makefile +++ b/net/ripetools/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ripe-whois -# Version required: 2.4 # Date created: 5th June 1997 # Whom: joe@uk.freebsd.org # # $FreeBSD$ # -DISTNAME= ripe-whois-tools-2.4 -PKGNAME= ripetools-2.4 +PORTNAME= ripetools +PORTVERSION= 2.4 CATEGORIES= net MASTER_SITES= ftp://ftp.ripe.net/tools/ +DISTNAME= ripe-whois-tools-2.4 MAINTAINER= joe@uk.freebsd.org |