diff options
author | shannonjr <shannonjr> | 2007-11-08 09:56:03 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2007-11-08 09:56:03 +0000 |
commit | 042e3261d637b49fd27081dc63b46ec2900f39b8 (patch) | |
tree | f837022e8103ea2f839e2e7c83b3eb3b27cfa20e /security | |
parent | c301241d6fd4ce348084c3b67a7789860df22505 (diff) | |
download | pkgsrc-042e3261d637b49fd27081dc63b46ec2900f39b8.tar.gz |
1) Added configuration arg so that PKG_SYSCONFDIR is honored
2) Added missing PLIST entry
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/PLIST.gpgsm | 3 |
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 |