diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-07 15:28:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-07 15:28:49 +0000 |
commit | 2515667d5dec29b0af088e6eaa11bfbe11f2f37f (patch) | |
tree | eae0a3c619aa581c468f844fc4ed662ed76ea350 /security/gnupg | |
parent | e86d4c9530e43089a20967175015be6340e44ecf (diff) | |
download | pkgsrc-2515667d5dec29b0af088e6eaa11bfbe11f2f37f.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 8d7aa09ab9a..b120ab0d405 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2006/04/04 21:16:37 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2006/04/07 15:28:49 jlam Exp $ DISTNAME= gnupg-1.4.3 CATEGORIES= security @@ -27,11 +27,10 @@ USE_TOOLS+= gmake CONFIGURE_ARGS+= --with-static-rnd=auto CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail TEST_TARGET= check +INFO_FILES= # PLIST EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -INFO_FILES= gpg.info gpgv.info - .include "options.mk" .if ${OPSYS} == "SunOS" || (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)) diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST index f144d85f1fc..3fa1ad590e8 100644 --- a/security/gnupg/PLIST +++ b/security/gnupg/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.16 2006/04/04 21:16:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2006/04/07 15:28:49 jlam Exp $ bin/gpg bin/gpg-zip bin/gpgsplit bin/gpgv +info/gpg.info +info/gpgv.info libexec/gnupg/gpgkeys_curl libexec/gnupg/gpgkeys_finger libexec/gnupg/gpgkeys_hkp |