summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-02-02 03:38:30 +0000
committermarkd <markd@pkgsrc.org>2019-02-02 03:38:30 +0000
commit5fe51358d2939e902be4943ab6e0e1e8446c28d0 (patch)
tree73c0104cafec430849038258664c73c4767b160e
parent2f96a137c359251433f9bb7ca34b820984e92a26 (diff)
downloadpkgsrc-5fe51358d2939e902be4943ab6e0e1e8446c28d0.tar.gz
gnupg2: teach about PKG_SYSCONFDIR and VARBASE
-rw-r--r--security/gnupg2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 77c1ba912cb..dc69650e96b 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2018/12/20 19:33:27 adam Exp $
+# $NetBSD: Makefile,v 1.98 2019/02/02 03:38:30 markd Exp $
DISTNAME= gnupg-2.2.12
PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
EXTRACT_SUFX= .tar.bz2
@@ -24,6 +25,8 @@ INFO_FILES= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-g13
CONFIGURE_ARGS+= --enable-gpg-is-gpg2
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}
TEST_TARGET= check