diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
commit | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (patch) | |
tree | eee7e5be212d0b1a2952b7a34e90d9ce79ef1494 /news/cnews | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/cnews')
-rw-r--r-- | news/cnews/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index b19accf..2096ddc 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: cnews -# Version required: 940927 # Date created: 28 September 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= c-news -PKGNAME= cnews-cr.g +PORTNAME= cnews +PORTVERSION= cr.g CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.lan-ks.de/pub/c-news/ \ @@ -17,7 +16,7 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.mc.hik.se/pub/unix/news/c-news/ \ ftp://ftp.dinoex.org/pub/c-news/ EXTRACT_SUFX= .tar.Z -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= c-news${EXTRACT_SUFX} \ pgpverify-1.12 PATCH_SITES= ftp://ftp.lan-ks.de/pub/c-news/ \ |