diff options
author | wiz <wiz> | 2007-12-02 12:11:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-02 12:11:59 +0000 |
commit | 44254c15010204a1226970271e80c92b0181db37 (patch) | |
tree | a9b3a108a6f8734a8a2eb8b1af555560d60cea52 /lang | |
parent | 900183e042ab1706ca5179eeb40b5d98219ca7f1 (diff) | |
download | pkgsrc-44254c15010204a1226970271e80c92b0181db37.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/js/Makefile | 6 | ||||
-rw-r--r-- | lang/rexx-imc/Makefile | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/lang/js/Makefile b/lang/js/Makefile index 81f615a4612..b033a3f7266 100644 --- a/lang/js/Makefile +++ b/lang/js/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2007/02/15 14:35:33 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2007/12/02 12:11:59 wiz Exp $ # DISTNAME= js-0.2.5 PKGREVISION= 1 CATEGORIES= lang -MASTER_SITES= \ - http://www.njs-javascript.org/ \ - http://www.iki.fi/mtr/js/ +MASTER_SITES= http://www.njs-javascript.org/ MAINTAINER= rillig@NetBSD.org HOMEPAGE= http://www.njs-javascript.org/ diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 6455fb00e57..b09d96dc141 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:25 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2007/12/02 12:12:24 wiz Exp $ # DISTNAME= rexx-imc-1.76 PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ - ftp://ftp.sai.msu.su/pub/unix/rexx/ \ - ftp://crydee.sai.msu.ru/zeus/unix/rexx/ + ftp://ftp.sai.msu.su/pub/unix/rexx/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://users.comlab.ox.ac.uk/ian.collier/Rexx/ |