aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/icedtea-web/Makefile5
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)