diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
commit | 739ade02f5e5a61b32a7e44d8957b09888c72c6d (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /security/pinentry | |
parent | c86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f (diff) | |
download | pkgsrc-739ade02f5e5a61b32a7e44d8957b09888c72c6d.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 4 | ||||
-rw-r--r-- | security/pinentry/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 8480c14175e..c401ffe1b6a 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:46 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/03/31 23:56:29 jlam Exp $ # DISTNAME= pinentry-0.7.1 @@ -13,7 +13,7 @@ COMMENT= Applications for entering PINs or Passphrases GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} -INFO_FILES= pinentry.info +INFO_FILES= # PLIST # XXX This usage of bsd.options.mk is wrong and has to be fixed. The # package has to be splitted into different packages, such as pinentry-gtk diff --git a/security/pinentry/PLIST b/security/pinentry/PLIST index 861562fa09c..e99f26b0dd7 100644 --- a/security/pinentry/PLIST +++ b/security/pinentry/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2004/11/05 17:19:54 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/31 23:56:29 jlam Exp $ bin/pinentry-curses +info/pinentry.info ${USE_GTK}bin/pinentry-gtk ${USE_QT}bin/pinentry-qt |