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/aub | |
parent | 59df8af48ea44d533d5de8118602cc174bda92da (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27420
Diffstat (limited to 'news/aub')
-rw-r--r-- | news/aub/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/aub/Makefile b/news/aub/Makefile index 6bdc48be27ff..7a1dc0f9ee41 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -1,14 +1,13 @@ # ex:ts=8 # Ports collection makefile for: aub -# Version required: 0.0 # Date created: Sun Oct 12, 1997 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= aub -PKGNAME= aub-2.0.5 +PORTNAME= aub +PORTVERSION= 2.0.5 CATEGORIES= news MASTER_SITES= ftp://ftp.cdrom.com/pub/perl/CPAN/scripts/news/nntpstuff/aub/ \ ftp://ftp.digital.com/pub/plan/perl/CPAN/scripts/news/nntpstuff/aub/ \ |