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/gpgme | |
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/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 5 | ||||
-rw-r--r-- | security/gpgme/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 0d9ce00da58..026d40b2f0a 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/03/01 16:22:20 drochner Exp $ +# $NetBSD: Makefile,v 1.41 2006/03/31 23:56:29 jlam Exp $ # DISTNAME= gpgme-1.0.3 @@ -16,6 +16,7 @@ DEPENDS+= gnupg>=1.2.2:../../security/gnupg USE_LIBTOOL= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require +INFO_FILES= # PLIST SUBST_CLASSES+= pthread SUBST_FILES.pthread= gpgme/gpgme-config.in @@ -44,8 +45,6 @@ TEST_TARGET= check CONFIGURE_ARGS+= --without-pth --without-pth-test .endif -INFO_FILES= gpgme.info - .include "../../security/libgpg-error/buildlink3.mk" # we want the getenv_r() semantics of NetBSD-current diff --git a/security/gpgme/PLIST b/security/gpgme/PLIST index f936292a9df..e3c771310d0 100644 --- a/security/gpgme/PLIST +++ b/security/gpgme/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.13 2004/09/22 08:09:52 jlam Exp $ +@comment $NetBSD: PLIST,v 1.14 2006/03/31 23:56:29 jlam Exp $ bin/gpgme-config include/gpgme.h +info/gpgme.info lib/libgpgme-pthread.la lib/libgpgme.la share/aclocal/gpgme.m4 |