diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /textproc/tth | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | FreeBSD-ports-a8843baba6a200bd1438954f77dd13e4fda505d9.zip FreeBSD-ports-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/tth')
-rw-r--r-- | textproc/tth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 87704fd..8c31ec1 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: tth -# Version required: 2.22 # Date created: 19 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= tth_C -PKGNAME= tth-2.22 +PORTNAME= tth +PORTVERSION= 2.22 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~tg/ \ http://hutchinson.belmont.ma.us/tth/tth-noncom/ +DISTNAME= tth_C EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |