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/xmitbin | |
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/xmitbin')
-rw-r--r-- | news/xmitbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/xmitbin/Makefile b/news/xmitbin/Makefile index b23f93e0e3fe..25f057f1bdc4 100644 --- a/news/xmitbin/Makefile +++ b/news/xmitbin/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xmitnin -# Version required: 1.9 # Date created: 29 Nov 1997 # Whom: Donald Burr <dburr@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xmitBin-1.9 -PKGNAME= xmitbin-1.9 +PORTNAME= xmitbin +PORTVERSION= 1.9 CATEGORIES= news mail MASTER_SITES= ftp://ftp.cadence.com/utils/ +DISTNAME= xmitBin-1.9 EXTRACT_SUFX= .tar.Z MAINTAINER= dburr@FreeBSD.org |