diff options
author | taca <taca@pkgsrc.org> | 2019-02-03 14:03:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-02-03 14:03:54 +0000 |
commit | 93a375cfd1b2f370b59efc97462c135cecb0484b (patch) | |
tree | a211209ae800577e6cd29df37afb0aa00a683dae /lang/ruby | |
parent | d7d56544e89a5a60e17da6ed1949bd397a3444a2 (diff) | |
download | pkgsrc-93a375cfd1b2f370b59efc97462c135cecb0484b.tar.gz |
lang/ruby/Makefile.common: use bsdtar instead of gtar
* Use "bsdtar" instead of "gtar" as advised by leot@.
* Add "used by" lines for ruby26 and ruby26-base.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index 41d537164bf..5126dfc0f5b 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2019/02/03 13:34:23 taca Exp $ +# $NetBSD: Makefile.common,v 1.40 2019/02/03 14:03:54 taca Exp $ # # Ruby base distribution common definition # used by databases/ruby-gdbm/Makefile @@ -13,6 +13,8 @@ # used by lang/ruby24-base/Makefile # used by lang/ruby25/Makefile # used by lang/ruby25-base/Makefile +# used by lang/ruby26/Makefile +# used by lang/ruby26-base/Makefile # used by x11/ruby-tk/Makefile # # RUBY_EXTNAME @@ -44,7 +46,7 @@ RUBY_HOMEPAGE= http://www.ruby-lang.org/en/ RUBY_WRKSRC?= ${WRKDIR}/${RUBY_DISTNAME} EXTRACT_SUFX= .tar.xz STRIP?= strip -EXTRACT_USING= gtar +EXTRACT_USING= bsdtar # # substitutions |