pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Feb  2 03:38:30 UTC 2019

Modified Files:
        pkgsrc/security/gnupg2: Makefile

Log Message:
gnupg2: teach about PKG_SYSCONFDIR and VARBASE


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/security/gnupg2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.97 pkgsrc/security/gnupg2/Makefile:1.98
--- pkgsrc/security/gnupg2/Makefile:1.97        Thu Dec 20 19:33:27 2018
+++ pkgsrc/security/gnupg2/Makefile     Sat Feb  2 03:38:30 2019
@@ -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
 



Home | Main Index | Thread Index | Old Index