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/atp | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/atp')
-rw-r--r-- | news/atp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/atp/Makefile b/news/atp/Makefile index d015761..83253ec 100644 --- a/news/atp/Makefile +++ b/news/atp/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: atp -# Version required: 1.50 # Date created: 9 Nov 1997 # Whom: Donald Burr <dburr@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= atp-1.50-src -PKGNAME= atp-1.50 +PORTNAME= atp +PORTVERSION= 1.50 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/bbs/mail +DISTNAME= atp-1.50-src MAINTAINER= dburr@FreeBSD.org |