diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 12:06:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 12:06:19 +0000 |
commit | f860425b8bde60e477da89e5235e730e03322fc3 (patch) | |
tree | 5b76fed048db0dee685a41d1a1380e7d0cd1a7ed /lang | |
parent | ff1cb95f4744154efc386987c0561b7006e5a64e (diff) | |
download | pkgsrc-f860425b8bde60e477da89e5235e730e03322fc3.tar.gz |
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jbuilder-jit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile index 31ea1c4acbf..b94b005abb7 100644 --- a/lang/jbuilder-jit/Makefile +++ b/lang/jbuilder-jit/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.29 2007/02/22 19:26:38 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2007/12/02 12:11:09 wiz Exp $ # DISTNAME= unix_jb35foundation PKGNAME= jbuilder-jit-1.2.15 PKGREVISION= 2 CATEGORIES= lang java -MASTER_SITES= http://ftp.cdut.edu.cn/pub2/linux/develop/jbuilder/ \ - http://python.planetmirror.com/ftp/jbuilder/foundation/3.5/linux/ \ - http://planetmirror.com.au/ftp/jbuilder/foundation/3.5/linux/ \ - http://www.au.horde.org/pub/jbuilder/foundation/3.5/linux/ +MASTER_SITES= http://ftp.cdut.edu.cn/pub2/linux/develop/jbuilder/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.borland.com/ |