summaryrefslogtreecommitdiff
path: root/security/gnupg2
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2007-11-08 09:56:03 +0000
committershannonjr <shannonjr>2007-11-08 09:56:03 +0000
commitf6d0e2d23f40e6f6c505a496d4a80a118b90a024 (patch)
treef837022e8103ea2f839e2e7c83b3eb3b27cfa20e /security/gnupg2
parent44ecd8d342d0bfc4e9178f8a83a0e192f165260e (diff)
downloadpkgsrc-f6d0e2d23f40e6f6c505a496d4a80a118b90a024.tar.gz
1) Added configuration arg so that PKG_SYSCONFDIR is honored
2) Added missing PLIST entry
Diffstat (limited to 'security/gnupg2')
-rw-r--r--security/gnupg2/Makefile5
-rw-r--r--security/gnupg2/PLIST.gpgsm3
2 files changed, 6 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 2b47bafda1c..5b43a2eb5cb 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2007/11/07 15:24:26 shannonjr Exp $
+# $NetBSD: Makefile,v 1.18 2007/11/08 09:56:03 shannonjr Exp $
#
DISTNAME= gnupg-2.0.7
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
@@ -32,6 +33,8 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
#LICENSE= GPLv3
+CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-static-rnd=auto
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --with-pth-prefix=${WRKDIR}/pth
diff --git a/security/gnupg2/PLIST.gpgsm b/security/gnupg2/PLIST.gpgsm
index 4348bc5ff11..7428d617b26 100644
--- a/security/gnupg2/PLIST.gpgsm
+++ b/security/gnupg2/PLIST.gpgsm
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.gpgsm,v 1.4 2007/06/01 00:12:36 wiz Exp $
+@comment $NetBSD: PLIST.gpgsm,v 1.5 2007/11/08 09:56:03 shannonjr Exp $
bin/gpg-connect-agent
bin/gpg2
bin/gpgconf
@@ -17,6 +17,7 @@ libexec/gpg2keys_curl
libexec/gpg2keys_finger
libexec/gpg2keys_hkp
libexec/gpg2keys_ldap
+libexec/gpg-check-pattern
man/man1/gpg-agent.1
man/man1/gpg-connect-agent.1
man/man1/gpg-preset-passphrase.1