summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-09-20 12:05:46 +0000
committerjperkin <jperkin@pkgsrc.org>2017-09-20 12:05:46 +0000
commit1c26d3df5288a82bc8cf4a50894f20c0bd927a29 (patch)
tree06a2c9e09fa7e2f8d3ae2ac9a67a16ff05beadfa /archivers
parent86c1df06ededcbaae7529a683fbdc72e620f2d1a (diff)
downloadpkgsrc-1c26d3df5288a82bc8cf4a50894f20c0bd927a29.tar.gz
xz: Honour PKGLOCALEDIR, PR#52552 from Matteo Cypriani.
Bump PKGREVISION as package built previously but with wrong localedir.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/xz/Makefile3
-rw-r--r--archivers/xz/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile
index 10d5b2cee2f..1f2ef5588c1 100644
--- a/archivers/xz/Makefile
+++ b/archivers/xz/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2017/09/06 09:03:00 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/09/20 12:05:46 jperkin Exp $
DISTNAME= xz-5.2.3
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= https://tukaani.org/xz/
EXTRACT_SUFX= .tar.bz2
diff --git a/archivers/xz/options.mk b/archivers/xz/options.mk
index 12f1c917b0f..9f84ac5e42b 100644
--- a/archivers/xz/options.mk
+++ b/archivers/xz/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2015/10/03 14:57:10 tnn Exp $
+# $NetBSD: options.mk,v 1.4 2017/09/20 12:05:46 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xz
PKG_SUPPORTED_OPTIONS= nls
@@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS= nls
PLIST_VARS+= nls
.if !empty(PKG_OPTIONS:Mnls)
+USE_PKGLOCALEDIR= yes
PLIST.nls= yes
CONFIGURE_ARGS+= --enable-nls
.include "../../devel/gettext-lib/buildlink3.mk"