diff options
author | jkim <jkim@FreeBSD.org> | 2012-09-08 02:59:28 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-09-08 02:59:28 +0800 |
commit | 9433aaa9d570cfc64af237083a9c0eed0a0891e5 (patch) | |
tree | 0554b1bf1e66263d20f25bbcef7b9f288540a701 | |
parent | 0ef326716742ee7aa1ccb6fac4c8631dc44b5dba (diff) | |
download | freebsd-ports-gnome-9433aaa9d570cfc64af237083a9c0eed0a0891e5.tar.gz freebsd-ports-gnome-9433aaa9d570cfc64af237083a9c0eed0a0891e5.tar.zst freebsd-ports-gnome-9433aaa9d570cfc64af237083a9c0eed0a0891e5.zip |
Catch up with icedtea.classpath.org changes to fix fetch & extract issues.
Reported by: osa, barbara (barbara dot freebsd at gmail dot com)
-rw-r--r-- | java/icedtea-web/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index c92a8453804e..8fb757d7b79e 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -8,7 +8,8 @@ PORTNAME= icedtea-web PORTVERSION= 1.3 CATEGORIES= java www -MASTER_SITES= http://icedtea.classpath.org/download/source/ +MASTER_SITES= http://icedtea.wildebeest.org/download/source/ \ + http://icedtea.classpath.org/download/source/ MAINTAINER= java@FreeBSD.org COMMENT= A free Java plug-in and Java Web Start for OpenJDK @@ -46,6 +47,8 @@ USE_PKGCONFIG= yes CONFIGURE_ARGS+=--with-ecj=no --with-jdk-home="${JAVA_HOME}" +EXTRACT_AFTER_ARGS= | ${SETENV} LANG=en_US.UTF-8 ${TAR} -xf - + .include <bsd.port.pre.mk> .if empty(PORT_OPTIONS:MDOCS) |