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/ifmail | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | freebsd-ports-graphics-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz freebsd-ports-graphics-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.zst freebsd-ports-graphics-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/ifmail')
-rw-r--r-- | news/ifmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 9ee57013db0..800126dc088 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ifmail -# Version required: 2.15 # Date created: 19 Feb 1997 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # -DISTNAME= ifmail-2.15 +PORTNAME= ifmail +PORTVERSION= 2.15 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.average.org/ifmail/ \ |