diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-07-02 08:21:03 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-07-02 08:21:03 +0800 |
commit | bb60e95f40bb6b66e79ab67cd9a16d7f2bcd8059 (patch) | |
tree | ce1c038a783c5dd33352b26ef9c333646350e3d5 /x11-toolkits | |
parent | 3f31f8626d24a0810bf7333b32e11a99686eafd4 (diff) | |
download | freebsd-ports-gnome-bb60e95f40bb6b66e79ab67cd9a16d7f2bcd8059.tar.gz freebsd-ports-gnome-bb60e95f40bb6b66e79ab67cd9a16d7f2bcd8059.tar.zst freebsd-ports-gnome-bb60e95f40bb6b66e79ab67cd9a16d7f2bcd8059.zip |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 7402478310af..5d79c6853e24 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,12 +3,12 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.4 1995/04/12 20:30:53 asami Exp $ +# $Id: Makefile,v 1.5 1995/06/24 11:42:19 asami Exp $ # DISTNAME= blt-1.7 CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ +MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/alcatel/extensions/ DISTFILES= BLT-1.7.tar.gz LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk |