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 /dns/h2n | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Notes
Diffstat (limited to 'dns/h2n')
-rw-r--r-- | dns/h2n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/h2n/Makefile b/dns/h2n/Makefile index 2e5e4f4164a7..de8bb03f9e8e 100644 --- a/dns/h2n/Makefile +++ b/dns/h2n/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: h2n -# Version required: 1.29 # Date created: 27 Nov 1997 # Whom: SADA Kenji <sada@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= dns -PKGNAME= h2n-1.29 +PORTNAME= h2n +PORTVERSION= 1.29 CATEGORIES= net MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \ ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/ +DISTNAME= dns EXTRACT_SUFX= .tar.Z MAINTAINER= sada@FreeBSD.org |