diff options
author | asami <asami@FreeBSD.org> | 1996-06-17 10:00:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-17 10:00:38 +0000 |
commit | d342539a945396c1f68027109c9ab4374897fb6f (patch) | |
tree | 989f8e1b9e1d196297240cdb03131feb5f91489d /lang/tclX82 | |
parent | 798fc8f53e637c97019b7c3182bfa711af59a97f (diff) | |
download | FreeBSD-ports-d342539a945396c1f68027109c9ab4374897fb6f.zip FreeBSD-ports-d342539a945396c1f68027109c9ab4374897fb6f.tar.gz |
Master site change (ftp.neosoft.com -> mirror.neosoft.com).
Submitted by: the ftp .message
Diffstat (limited to 'lang/tclX82')
-rw-r--r-- | lang/tclX82/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tclX82/Makefile b/lang/tclX82/Makefile index eff0605..3ade1c8 100644 --- a/lang/tclX82/Makefile +++ b/lang/tclX82/Makefile @@ -3,13 +3,13 @@ # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.3 1996/04/28 04:59:18 pst Exp $ +# $Id: Makefile,v 1.4 1996/05/13 09:43:23 asami Exp $ # DISTNAME= tclX7.5.0 PKGNAME= tclX-7.5 CATEGORIES+= lang -MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ +MASTER_SITES= ftp://mirror.neosoft.com/pub/tcl/tclx-distrib/ TCL_DIR= ${PORTSDIR}/lang/tcl75 TCL_SRC= ${TCL_DIR}/work/tcl7.5 |