aboutsummaryrefslogtreecommitdiff
path: root/java/linux-blackdown-jdk12
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-02-21 18:24:56 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-02-21 18:24:56 +0000
commit257a3fd325ea4b14044752ce64f21c0b5dd7404e (patch)
treec507c57f8c08f7eebad21a130cc14e2aa7df8b44 /java/linux-blackdown-jdk12
parent2dba26a1c7831bcb119eacf45290bb32cc6be734 (diff)
downloadports-257a3fd325ea4b14044752ce64f21c0b5dd7404e.tar.gz
ports-257a3fd325ea4b14044752ce64f21c0b5dd7404e.zip
Improved the MASTER_SITES download locations. Also changed the
RUN_DEPENDS for linux. It now checks for the existence of /compat/linux/lib/ld.so instead of the more obscure /compat/linux/usr/i486-linux-libc5/lib/libc.so.5, which does not even exist on my system, although I have installed linux_base.
Notes
Notes: svn path=/head/; revision=55046
Diffstat (limited to 'java/linux-blackdown-jdk12')
-rw-r--r--java/linux-blackdown-jdk12/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/java/linux-blackdown-jdk12/Makefile b/java/linux-blackdown-jdk12/Makefile
index 43b33c571cc9..9e5041980d7a 100644
--- a/java/linux-blackdown-jdk12/Makefile
+++ b/java/linux-blackdown-jdk12/Makefile
@@ -8,14 +8,16 @@
PORTNAME= jdk
PORTVERSION= 1.2.2
CATEGORIES= java devel
-MASTER_SITES= ftp://iodynamics.com/pub/mirror/linux-jdk/JDK-1.2.2/i386/rc4/ \
- ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/
+MASTER_SITES= ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/ \
+ http://www.metaverse.nl/~ernst/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= znerd
PKGNAMEPREFIX= linux-
-DISTNAME= jdk-1.2.2-RC4-linux-i386-glibc-2.1.2
+DISTNAME= ${PORTNAME}-${PORTVERSION}-RC4-linux-i386-glibc-2.1.2
MAINTAINER= znerd@FreeBSD.org
-RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
+RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \
javavm:${PORTSDIR}/java/javavmwrapper
NO_CDROM= "License doesn\'t allow distribution with fee"