diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/h2n/Makefile | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/h2n/Makefile')
-rw-r--r-- | net/h2n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/h2n/Makefile b/net/h2n/Makefile index 2e5e4f4..de8bb03 100644 --- a/net/h2n/Makefile +++ b/net/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 |