diff options
author | wiz <wiz> | 2007-12-02 12:06:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-02 12:06:19 +0000 |
commit | 73a04c2c775f798d74db16ea0c13cb665d2db690 (patch) | |
tree | 5b76fed048db0dee685a41d1a1380e7d0cd1a7ed /lang/jbuilder-jit | |
parent | 3ae8c2df440f658e833eaaac762ada1689d08659 (diff) | |
download | pkgsrc-73a04c2c775f798d74db16ea0c13cb665d2db690.tar.gz |
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
Diffstat (limited to 'lang/jbuilder-jit')
-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/ |