diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1996-06-30 19:29:51 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1996-06-30 19:29:51 +0000 |
commit | 7ac1a11c23dcbcd9ba3b1899f92f5fdf56cc2d03 (patch) | |
tree | 58359838f996055f9b93b2bec1071b6d9b5c9650 /lang/tclX80 | |
parent | Since I haven't even heard from swallace about why he upgraded (diff) |
ftp archive has moved from mirror.neosoft.com to ftp.neosoft.com
fixed for 2.1.5
Diffstat (limited to 'lang/tclX80')
-rw-r--r-- | lang/tclX80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile index 3ade1c8e3058..aece5e11af3d 100644 --- a/lang/tclX80/Makefile +++ b/lang/tclX80/Makefile @@ -3,13 +3,13 @@ # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/05/13 09:43:23 asami Exp $ +# $Id: Makefile,v 1.5 1996/06/17 10:00:38 asami Exp $ # DISTNAME= tclX7.5.0 PKGNAME= tclX-7.5 CATEGORIES+= lang -MASTER_SITES= ftp://mirror.neosoft.com/pub/tcl/tclx-distrib/ +MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ TCL_DIR= ${PORTSDIR}/lang/tcl75 TCL_SRC= ${TCL_DIR}/work/tcl7.5 |