diff options
author | obache <obache@pkgsrc.org> | 2012-04-30 09:54:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-30 09:54:03 +0000 |
commit | d50194ac0bf74b1a752f89f6f9304c774837c463 (patch) | |
tree | d7f30a8240425bad50a72d2443b428a4ba862cc1 /lang/spidermonkey | |
parent | 963298674e9a4adcd0e7453b8ddcb03485cf3d84 (diff) | |
download | pkgsrc-d50194ac0bf74b1a752f89f6f9304c774837c463.tar.gz |
Only available on MASTER_SITE_MOZILLA_ALL.
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index eea815f364e..ebd9dbd4cb7 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2012/03/06 17:38:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2012/04/30 09:54:03 obache Exp $ DISTNAME= js-1.8.0-rc1 PKGNAME= spidermonkey-1.8.0rc1 PKGREVISION= 3 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_MOZILLA:=js/} +MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=js/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mozilla.org/js/spidermonkey/ |