diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/textutils | |
parent | Add WWW (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/textutils')
-rw-r--r-- | textproc/textutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index e10749264200..68f4d402c6fd 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: textutils -# Version required: 2.0 # Date created: 14 May 1998 # Whom: Adrian Wontroba <aw1@stade.co.uk> # # $FreeBSD$ # -DISTNAME= textutils-2.0 +PORTNAME= textutils +PORTVERSION= 2.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= textutils |