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/gss | |
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/gss')
-rw-r--r-- | security/gss/Makefile | 5 | ||||
-rw-r--r-- | security/gss/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 7aafccb4bb9..771909d5ee5 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/31 23:44:39 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/31 23:56:29 jlam Exp $ # DISTNAME= gss-0.0.15 @@ -17,9 +17,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config GNU_CONFIGURE= yes USE_LIBTOOL= yes +INFO_FILES= # PLIST PKGCONFIG_OVERRIDE+= gss.pc.in -INFO_FILES= gss.info - .include "../../mk/bsd.pkg.mk" diff --git a/security/gss/PLIST b/security/gss/PLIST index 280f02a880d..59fe5bc946d 100644 --- a/security/gss/PLIST +++ b/security/gss/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:52 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/31 23:56:29 jlam Exp $ bin/gss include/gss.h include/gss/api.h include/gss/ext.h +info/gss.info lib/libgss.la lib/pkgconfig/gss.pc man/man1/gss.1 |