aboutsummaryrefslogtreecommitdiff
path: root/lang/rhino/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
commita8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /lang/rhino/Makefile
parent76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff)
downloadports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz
ports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip
Notes
Diffstat (limited to 'lang/rhino/Makefile')
-rw-r--r--lang/rhino/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/rhino/Makefile b/lang/rhino/Makefile
index a025ff2ce968..73922d5c2d31 100644
--- a/lang/rhino/Makefile
+++ b/lang/rhino/Makefile
@@ -4,10 +4,10 @@
PORTNAME= rhino
DISTVERSION= 1_7R4
CATEGORIES= lang java
-MASTER_SITES= http://cloud.github.com/downloads/mozilla/rhino/:rhino \
+MASTER_SITES= GHC \
LOCAL/nivit/${PORTNAME}/:swingex \
APACHE/xmlbeans/binaries/:xmlbeans
-DISTFILES= ${PORTNAME}${DISTVERSION}.zip:rhino \
+DISTFILES= ${PORTNAME}${DISTVERSION}.zip \
src.zip:swingex \
xmlbeans-2.5.0.zip:xmlbeans
DIST_SUBDIR= ${PORTNAME}
@@ -35,6 +35,8 @@ OPTIONS_DEFAULT= LINEDIT
OPTIONS_DEFINE= LINEDIT
USES= zip
+USE_GITHUB= yes
+GH_ACCOUNT= mozilla
.include <bsd.port.options.mk>