diff options
-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/ |