pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby ruby/Makefile.common: Use gtar to extract



details:   https://anonhg.NetBSD.org/pkgsrc/rev/112c942406a2
branches:  trunk
changeset: 329252:112c942406a2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 03 13:34:23 2019 +0000

description:
ruby/Makefile.common: Use gtar to extract

Use gtar to extract Ruby distfiles.

diffstat:

 lang/ruby/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bdab26eabab9 -r 112c942406a2 lang/ruby/Makefile.common
--- a/lang/ruby/Makefile.common Sun Feb 03 11:07:39 2019 +0000
+++ b/lang/ruby/Makefile.common Sun Feb 03 13:34:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2019/01/03 05:19:03 taca Exp $
+# $NetBSD: Makefile.common,v 1.39 2019/02/03 13:34:23 taca Exp $
 #
 # Ruby base distribution common definition
 # used by databases/ruby-gdbm/Makefile
@@ -44,6 +44,7 @@
 RUBY_WRKSRC?=          ${WRKDIR}/${RUBY_DISTNAME}
 EXTRACT_SUFX=          .tar.xz
 STRIP?=                        strip
+EXTRACT_USING=         gtar
 
 #
 # substitutions



Home | Main Index | Thread Index | Old Index