summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-11-20 09:43:09 +0000
committerryoon <ryoon@pkgsrc.org>2014-11-20 09:43:09 +0000
commit9b907296b1b8648ca4888c5aab6098b6382de6f8 (patch)
tree90ce23dbd534428b766e6375265c426eb495c553
parenta1d2c105b1cdf8979c73318e2a7467a43232e090 (diff)
downloadpkgsrc-9b907296b1b8648ca4888c5aab6098b6382de6f8.tar.gz
Fix extract stage with non-UTF-8 locale. Use GNU tar like lng/openjdk7.
-rw-r--r--www/icedtea-web/Makefile4
1 files 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++