diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
commit | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (patch) | |
tree | ab2f44c93df74a3fd0f6c30b0eac92355922e845 /news/nntp | |
parent | 59df8af48ea44d533d5de8118602cc174bda92da (diff) | |
download | ports-f39d3f29e6126cdc0a2f27d2b70c8d6667774330.tar.gz ports-f39d3f29e6126cdc0a2f27d2b70c8d6667774330.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27420
Diffstat (limited to 'news/nntp')
-rw-r--r-- | news/nntp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index a1d986745882..20d0feb71d70 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: nntp -# Version required: t5 # Date created: 29 September 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= nntp.1.5.12.2 -PKGNAME= nntp-1.5.12.2 +PORTNAME= nntp +PORTVERSION= 1.5.12.2 CATEGORIES= news MASTER_SITES= ftp://ftp.academ.com/pub/nntp/server/ +DISTNAME= ${PORTNAME}.${PORTVERSION} PATCH_SITES= ftp://ftp.lan-ks.de/pub/c-news/ \ ftp://ftp.dinoex.org/pub/c-news/ |