diff options
author | nivit <nivit@FreeBSD.org> | 2013-03-07 00:15:30 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2013-03-07 00:15:30 +0800 |
commit | 8299502db0258bd86eab49cbbc41ade51bcb6d6f (patch) | |
tree | ccdb17ad0a8c1eb4bd87481d6eb6b2d1b3270d86 /lang/rhino | |
parent | 5f8d1689985e77757167a17f380ea14a3f6d5dd9 (diff) | |
download | freebsd-ports-gnome-8299502db0258bd86eab49cbbc41ade51bcb6d6f.tar.gz freebsd-ports-gnome-8299502db0258bd86eab49cbbc41ade51bcb6d6f.tar.zst freebsd-ports-gnome-8299502db0258bd86eab49cbbc41ade51bcb6d6f.zip |
- Change the download site for swingex, because the original one has disappeared
Pointed out by: Larry Rosenman <ler@lerctr.org> (via private email)
Diffstat (limited to 'lang/rhino')
-rw-r--r-- | lang/rhino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rhino/Makefile b/lang/rhino/Makefile index bedd96d35e77..765a5de73c40 100644 --- a/lang/rhino/Makefile +++ b/lang/rhino/Makefile @@ -5,7 +5,7 @@ PORTNAME= rhino DISTVERSION= 1_7R4 CATEGORIES= lang java MASTER_SITES= http://cloud.github.com/downloads/mozilla/rhino/:rhino \ - http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/:swingex \ + LOCAL/nivit/${PORTNAME}/:swingex \ ${MASTER_SITE_APACHE}:xmlbeans MASTER_SITE_SUBDIR= xmlbeans/binaries/:xmlbeans DISTFILES= ${PORTNAME}${DISTVERSION}.zip:rhino \ |