aboutsummaryrefslogtreecommitdiff
path: root/java/jad
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-02-21 18:11:00 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-02-21 18:11:00 +0000
commit3bf5e206991d63c0bfefb851dc8c94f7c9086b8a (patch)
tree25da07f16867e2ceced430f91133bf9406171b1e /java/jad
parent1476b01ea7a8fd6e07ea8bf05e5e45bd44992585 (diff)
downloadports-3bf5e206991d63c0bfefb851dc8c94f7c9086b8a.tar.gz
ports-3bf5e206991d63c0bfefb851dc8c94f7c9086b8a.zip
Fixed a 403 (Forbidden) for the main download location (reported
by fenners tool). Also changed the check for ${ARCH}. It now checks to make sure that it equals "i386" instead of checking that it does not equal "alpha". You never know how many platforms FreeBSD is eventually going to support ;-)
Notes
Notes: svn path=/head/; revision=55043
Diffstat (limited to 'java/jad')
-rw-r--r--java/jad/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/java/jad/Makefile b/java/jad/Makefile
index 2c2b51e09d39..db529ee854dc 100644
--- a/java/jad/Makefile
+++ b/java/jad/Makefile
@@ -8,10 +8,11 @@
PORTNAME= jad
PORTVERSION= 1.5.8c
CATEGORIES= java
-MASTER_SITES= http://www.geocities.com/SiliconValley/Bridge/8617/jad/freebsd/ \
- http://www.metaverse.nl/~ernst/ \
+MASTER_SITES= http://www.metaverse.nl/~ernst/ \
http://www.pensioenconsult.com/ \
- http://www.schraven.nl/
+ http://www.schraven.nl/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= znerd
DISTNAME= jadfb158
MAINTAINER= znerd@FreeBSD.org
@@ -22,8 +23,8 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha"
-BROKEN= Not supported on FreeBSD/Alpha
+.if ${ARCH} != "i386"
+BROKEN= Only supported on FreeBSD/i386
.endif
do-install: