diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-07-02 00:21:03 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-07-02 00:21:03 +0000 |
commit | 4fccf7d536595f172f372967b430804b1d1f5401 (patch) | |
tree | 2280502b66cb595ce15ac6fc631e33632ee9843e /lang/itcl/Makefile | |
parent | Upgrade to 3.0b5 (diff) |
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 '')
-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 a28a93be9655..3c1af92688c8 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 |