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/nntpcache | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 3067765..2aac03c 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nntpcache -# Version required: 2.3.2 # Date created: 6 January 1997 # Whom: proff@suburbia.net # # $FreeBSD$ # -DISTNAME= nntpcache-2.4.0b2 +PORTNAME= nntpcache +PORTVERSION= 2.4.0b2 CATEGORIES= news MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ \ ftp://ftp.ntnu.no/pub/unix/news/nntpcache/ \ |