diff options
author | spz <spz@pkgsrc.org> | 2014-11-30 18:11:23 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2014-11-30 18:11:23 +0000 |
commit | 5094ff140a81a0d15ca5793681b02d5281bec57b (patch) | |
tree | e5ea8aee14c7e143f3ce0d6cbda0d72130f2dfac /lang | |
parent | 2fc470eb91f0c7e8dffaed62197130fc4b90e972 (diff) | |
download | pkgsrc-5094ff140a81a0d15ca5793681b02d5281bec57b.tar.gz |
master site seems to have reorganized itself, adjust to new link
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ossp-js/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ossp-js/Makefile b/lang/ossp-js/Makefile index 9b22848e474..0ee98304c0d 100644 --- a/lang/ossp-js/Makefile +++ b/lang/ossp-js/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2014/05/29 23:36:43 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/11/30 18:11:23 spz Exp $ # DISTNAME= js-1.6.20070208 PKGNAME= ossp-${DISTNAME} PKGREVISION= 6 CATEGORIES= lang -MASTER_SITES= http://www.ossp.org/pkg/lib/js/ +MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/js/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ossp.org/pkg/lib/js/ |