diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 22:35:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 22:35:49 +0000 |
commit | 56885aa4eb5393137c8ff8413211ce8a3bb1d400 (patch) | |
tree | a218b46600912b2a5e96bbe7f2333b36ab8a7102 /lang/t3x/Makefile | |
parent | 8e06787fe4287a2ed511c3931d3ab853a1f51fb1 (diff) | |
download | ports-56885aa4eb5393137c8ff8413211ce8a3bb1d400.tar.gz ports-56885aa4eb5393137c8ff8413211ce8a3bb1d400.zip |
Update to 6.10.2. Nuke bad @cwd directive.
PR: 26413
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=41048
Diffstat (limited to 'lang/t3x/Makefile')
-rw-r--r-- | lang/t3x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile index bfd63b41293c..6b63f789cc79 100644 --- a/lang/t3x/Makefile +++ b/lang/t3x/Makefile @@ -6,11 +6,11 @@ # PORTNAME= t3x -PORTVERSION= 6.10.1 -DISTNAME= t3x-6A1 +PORTVERSION= 6.10.2 CATEGORIES= lang devel MASTER_SITES= http://www.t3x.org/Compiler/ \ http://www.homepages.de/home/nmh/T3X/Compiler/ +DISTNAME= t3x-6A2 MAINTAINER= nmh@t3x.org |