diff options
author | jlam <jlam> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-31 23:56:28 +0000 |
commit | 3f95d3993882f863f6ccbdf9ada020346f39c938 (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /security/pinentry/Makefile | |
parent | 9c2996139cf3c1af1b6cda4f43cbf030377993e9 (diff) | |
download | pkgsrc-3f95d3993882f863f6ccbdf9ada020346f39c938.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'security/pinentry/Makefile')
-rw-r--r-- | security/pinentry/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |