diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-25 00:58:16 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-25 00:58:16 +0000 |
commit | c15039154e294f5f83dcc9d9b6606683d6cc0269 (patch) | |
tree | db42bce99125ad00f1c31017581d80a4bc128724 /misc | |
parent | turn on queso (diff) |
TET is now available off an FTP site. Change MASTER_SITE accordingly.
Notes
Notes:
svn path=/head/; revision=14171
Diffstat (limited to 'misc')
-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} |