diff options
author | znerd <znerd@FreeBSD.org> | 2002-02-22 02:24:56 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-02-22 02:24:56 +0800 |
commit | 11dd4901ee99c19b1e213f88b53cbd78a939a2a1 (patch) | |
tree | dfb5d20ca877e749e217c52d7848728f531d43dd /java/linux-jdk | |
parent | 3e41ff7b9d703f86718e7f6716b580431a895e54 (diff) | |
download | freebsd-ports-gnome-11dd4901ee99c19b1e213f88b53cbd78a939a2a1.tar.gz freebsd-ports-gnome-11dd4901ee99c19b1e213f88b53cbd78a939a2a1.tar.zst freebsd-ports-gnome-11dd4901ee99c19b1e213f88b53cbd78a939a2a1.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.
Diffstat (limited to 'java/linux-jdk')
-rw-r--r-- | java/linux-jdk/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/java/linux-jdk/Makefile b/java/linux-jdk/Makefile index 43b33c571cc9..9e5041980d7a 100644 --- a/java/linux-jdk/Makefile +++ b/java/linux-jdk/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" |