diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:33:32 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:33:32 +0800 |
commit | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (patch) | |
tree | eee7e5be212d0b1a2952b7a34e90d9ce79ef1494 /news/p5-News-Newsrc | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | freebsd-ports-graphics-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz freebsd-ports-graphics-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.zst freebsd-ports-graphics-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/p5-News-Newsrc')
-rw-r--r-- | news/p5-News-Newsrc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile index 31a0ec82f4d..49ef552c43b 100644 --- a/news/p5-News-Newsrc/Makefile +++ b/news/p5-News-Newsrc/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-News-Newsrc -# Version required: 1.07 # Date created: February 7, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= News-Newsrc-1.07 -PKGNAME= p5-News-Newsrc-1.07 +PORTNAME= p5-News-Newsrc +PORTVERSION= 1.07 CATEGORIES= news perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News +DISTNAME= News-Newsrc-1.07 MAINTAINER= croyle@gelemna.ft-wayne.in.us |