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/xmitbin | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27420
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 |