From 9b907296b1b8648ca4888c5aab6098b6382de6f8 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 20 Nov 2014 09:43:09 +0000 Subject: Fix extract stage with non-UTF-8 locale. Use GNU tar like lng/openjdk7. --- www/icedtea-web/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/icedtea-web/Makefile b/www/icedtea-web/Makefile index 191084f5f72..be139067267 100644 --- a/www/icedtea-web/Makefile +++ b/www/icedtea-web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/11/03 12:31:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2014/11/20 09:43:09 ryoon Exp $ # Keep icedtea-web distfile in sync with lang/openjdk7/icedtea-extras.mk DISTNAME= icedtea-web-1.5.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://icedtea.classpath.org/ COMMENT= Java browser plugin and Web Start launcher #LICENSE= # GPL2 + Classpath exception -EXTRACT_USING= bsdtar +EXTRACT_USING= gtar GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -- cgit v1.2.3