diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-04-27 17:20:23 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-04-27 17:20:23 +0000 |
commit | 5e1636a1ac0e1bd2f46fee4b6e9ac6ceb3a0fab5 (patch) | |
tree | 4a59f28528fc5571276be3ad0ed2669128709d8e /net/p5-Net-DNS/Makefile | |
parent | Fix removal of wrong directory in PLIST (diff) |
Upgrade to 0.07
Fixed incorrect PKGNAME in Makefile
Obtained from:
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index db63721173a1..473e0d7400a1 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-Net-DNS -# Version required: 0.06 +# Version required: 0.07 # Date created: April 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/04/05 22:15:46 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/04/20 13:52:51 wosch Exp $ # -DISTNAME= Net-DNS-0.06 -PKGNAME= p5-Net-0.06 +DISTNAME= Net-DNS-0.07 +PKGNAME= p5-Net-DNS-0.07 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net |