diff options
author | taca <taca@pkgsrc.org> | 2019-01-03 05:19:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-01-03 05:19:03 +0000 |
commit | 11612022277bf5b22bce894a565f1862ccef6a07 (patch) | |
tree | 22064760bd0d28519cf2ba839e22cafebdc45f90 /lang/ruby | |
parent | a0c4da31408df296068af974b8391e578c6eae86 (diff) | |
download | pkgsrc-11612022277bf5b22bce894a565f1862ccef6a07.tar.gz |
lang/ruby: switch to use distfiles in '.xz' format
Switch to use distfiles in '.xz' format.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index a2691db8060..f4fc8bf7926 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2018/12/28 12:33:32 taca Exp $ +# $NetBSD: Makefile.common,v 1.38 2019/01/03 05:19:03 taca Exp $ # # Ruby base distribution common definition # used by databases/ruby-gdbm/Makefile @@ -42,7 +42,7 @@ RUBY_DISTINFO_FILE= ${.CURDIR}/${RUBY_SRCDIR}/distinfo RUBY_HOMEPAGE= http://www.ruby-lang.org/en/ RUBY_WRKSRC?= ${WRKDIR}/${RUBY_DISTNAME} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz STRIP?= strip # |