diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-14 13:48:40 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-14 13:48:40 +0000 |
commit | dceb1f771a67fb2c746674673f1688f565d7eb08 (patch) | |
tree | a903017b00ac2603ff0d5e5b623f722a865e36ff /lang/t3x/Makefile | |
parent | 2c6ac1e841fe6ba44aee66365fb6c86b35a921a6 (diff) | |
download | ports-dceb1f771a67fb2c746674673f1688f565d7eb08.tar.gz ports-dceb1f771a67fb2c746674673f1688f565d7eb08.zip |
Notes
Diffstat (limited to 'lang/t3x/Makefile')
-rw-r--r-- | lang/t3x/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile index 56d2eff28c3e..b04321b0a6fc 100644 --- a/lang/t3x/Makefile +++ b/lang/t3x/Makefile @@ -6,7 +6,7 @@ # PORTNAME= t3x -PORTVERSION= 7.0.3 +PORTVERSION= 7.2.2 CATEGORIES= lang devel MASTER_SITES= http://www.not-compatible.org/files/ \ http://www.t3x.org/files/ @@ -14,6 +14,11 @@ DISTNAME= t3x-${PORTVERSION:S/.//g} MAINTAINER= nmh@t3x.org +MAN7= t3x.7 +MANCOMPRESSED= no + +MAKE_ENV= INSTALL_PREFIX=${PREFIX} + do-configure: @(cd ${WRKSRC}/ports/freebsd-386-elf; ./Config boot) |