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/aub/Makefile | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.zst freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/aub/Makefile')
-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/ \ |