diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 11:50:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 11:50:24 +0000 |
commit | 7c705163d2fba5293540efb712904887b02cc06d (patch) | |
tree | 4af6e8dd3d4bcd952f378227e09b3dd5eba2dd81 /x11/tk83 | |
parent | 40da92535cbb230b8f72117f01ed7751ac2b3bed (diff) | |
download | pkgsrc-7c705163d2fba5293540efb712904887b02cc06d.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'x11/tk83')
-rw-r--r-- | x11/tk83/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/tk83/Makefile b/x11/tk83/Makefile index 96c712b82c5..537cf250d28 100644 --- a/x11/tk83/Makefile +++ b/x11/tk83/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2007/05/21 09:56:15 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2007/12/02 11:50:24 wiz Exp $ DISTNAME= tk8.3.4 PKGNAME= tk-8.3.4 PKGREVISION= 3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \ - ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/ +MASTER_SITES= ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.tcltk.com/ |