diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-31 23:33:23 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-31 23:33:23 +0000 |
commit | 7ca94fbf008e02cd7f00609c219037cd2cd40032 (patch) | |
tree | 50823a04ab8caf8eb6b366866e2c8dfc03455966 | |
parent | fix some problems (diff) |
Update MASTER_SITES
PR: 17541
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=27201
-rw-r--r-- | devel/tclgetopts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tclgetopts/Makefile b/devel/tclgetopts/Makefile index 7b17c9505d7c..3419ef903fd8 100644 --- a/devel/tclgetopts/Makefile +++ b/devel/tclgetopts/Makefile @@ -9,8 +9,8 @@ DISTNAME= tclGetOpts PKGNAME= tclGetOpts-1.0 CATEGORIES= devel tcl76 tcl80 tcl82 -MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/devel/ \ - http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/devel/ +MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ \ + http://www.neosoft.com/tcl/ftparchive/alcatel/code/ MAINTAINER= mi@aldan.algebra.com |