diff options
author | kris <kris@FreeBSD.org> | 2002-11-18 09:55:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-18 09:55:44 +0000 |
commit | 8831775cfc8903a01f775935e5f389c5a65285eb (patch) | |
tree | 0c1d5598273007e0eaf313fd54db9ad16c750119 /devel/tide/Makefile | |
parent | f395155cbb5f413b63f3785bcc0477989c905f10 (diff) | |
download | FreeBSD-ports-8831775cfc8903a01f775935e5f389c5a65285eb.zip FreeBSD-ports-8831775cfc8903a01f775935e5f389c5a65285eb.tar.gz |
Update to TIDE 1.6. (fixes build on -current)
PR: ports/43591
Submitted by: Nils M Holm <nmh@t3x.org>
Diffstat (limited to 'devel/tide/Makefile')
-rw-r--r-- | devel/tide/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/tide/Makefile b/devel/tide/Makefile index 5a10008..c0fda7b 100644 --- a/devel/tide/Makefile +++ b/devel/tide/Makefile @@ -6,10 +6,10 @@ # PORTNAME= tide -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= devel -MASTER_SITES= http://www.t3x.org/Compiler/ \ - http://www.homepages.de/home/nmh/T3X/Compiler/ +MASTER_SITES= http://www.not-compatible.org/files/ \ + http://www.t3x.org/files/ DISTNAME= tide-${PORTVERSION:S/.//g} MAINTAINER= nmh@t3x.org @@ -17,6 +17,10 @@ MAINTAINER= nmh@t3x.org BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x RUN_DEPENDS= ${BUILD_DEPENDS} -MAKE_ENV+= T3XDIR=/usr/local/t3x/r6 +MAKE_ENV+= T3XDIR=/usr/local/t3x/r7 + +do-configure: + @(cd ${WRKSRC}; ${LN} Makefile.UNX Makefile) + @(cd ${WRKSRC}/T3Xtools; ${LN} Makefile.UNX Makefile) .include <bsd.port.mk> |