diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-07-02 00:21:03 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-07-02 00:21:03 +0000 |
commit | bb60e95f40bb6b66e79ab67cd9a16d7f2bcd8059 (patch) | |
tree | ce1c038a783c5dd33352b26ef9c333646350e3d5 /lang/itcl | |
parent | 3f31f8626d24a0810bf7333b32e11a99686eafd4 (diff) | |
download | FreeBSD-ports-bb60e95f40bb6b66e79ab67cd9a16d7f2bcd8059.zip FreeBSD-ports-bb60e95f40bb6b66e79ab67cd9a16d7f2bcd8059.tar.gz |
Change MASTER_SITE addresses from ftp.aud.alcatel.com (which
no longer holds the archive) to ftp.neosoft.com, correcting
paths as necessary.
Pointed Out By: jkh
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index a28a93b..3c1af92 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,13 +3,13 @@ # Date created: Mon Oct 3 22:06:21 EDT 1994 # Whom: rww # -# $Id: Makefile,v 1.8 1995/10/11 01:19:48 asami Exp $ +# $Id: Makefile,v 1.9 1995/11/22 13:12:52 asami Exp $ # DISTNAME= itcl-1.5 HAS_CONFIGURE= yes CATEGORIES+= lang -MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ +MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/alcatel/extensions/ DEPENDS= ${PORTSDIR}/lang/tcl LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk |