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/gnutls | |
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/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 5 | ||||
-rw-r--r-- | security/gnutls/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 2986561e9e6..1472c0ad774 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/03/09 17:25:54 cube Exp $ +# $NetBSD: Makefile,v 1.47 2006/03/31 23:56:29 jlam Exp $ DISTNAME= gnutls-1.3.5 CATEGORIES= security devel @@ -19,8 +19,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes TEST_TARGET= check - -INFO_FILES= gnutls.info +INFO_FILES= # PLIST PKGCONFIG_OVERRIDE= lib/gnutls.pc.in PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in diff --git a/security/gnutls/PLIST b/security/gnutls/PLIST index 0d5434f0d7a..96893180635 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2006/03/09 17:25:54 cube Exp $ +@comment $NetBSD: PLIST,v 1.19 2006/03/31 23:56:29 jlam Exp $ bin/certtool bin/gnutls-cli bin/gnutls-cli-debug @@ -14,6 +14,7 @@ include/gnutls/openpgp.h include/gnutls/openssl.h include/gnutls/pkcs12.h include/gnutls/x509.h +info/gnutls.info lib/libgnutls-extra.la lib/libgnutls-openssl.la lib/libgnutls.la |