diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-10-25 08:58:16 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-10-25 08:58:16 +0800 |
commit | 95880d73e238c21ebd95de49e4da7d990f45ec15 (patch) | |
tree | 483317192cc278f50571df457930fde34dc5a421 /misc/tet | |
parent | 768dacc5b15955a14a9a747f80505459402a330b (diff) | |
download | freebsd-ports-gnome-95880d73e238c21ebd95de49e4da7d990f45ec15.tar.gz freebsd-ports-gnome-95880d73e238c21ebd95de49e4da7d990f45ec15.tar.zst freebsd-ports-gnome-95880d73e238c21ebd95de49e4da7d990f45ec15.zip |
TET is now available off an FTP site. Change MASTER_SITE accordingly.
Diffstat (limited to 'misc/tet')
-rw-r--r-- | misc/tet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile index 01fa4f2d38c9..099e08583cc5 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -3,13 +3,13 @@ # Date created: 02 Oct 1998 # Whom: jkoshy # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/21 08:31:08 jkoshy Exp $ # DISTNAME= tet3.2c-unsup PKGNAME= tet-3.2c CATEGORIES= misc -MASTER_SITES= http://tetworks.opengroup.org/ +MASTER_SITES= ftp://ftp.rdg.opengroup.org/pub/TET/TET3 EXTRACT_SUFX= .src.tgz MAINTAINER= jkoshy@freebsd.org @@ -21,9 +21,6 @@ CONFIGURE_ARGS= -t ${TET_CONFIG_TARGET} TET_CONFIG_TARGET?= inet # options are `lite', `xti' and `inet' -# need to register with http://tetworks.opengroup.org/tet3download.html -MANUAL_FETCH= yes - do-build: cd ${WRKDIR}/src && ${MAKE} ${ALL_TARGET} |