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/libgcrypt/Makefile | |
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/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 19bbb390415..e8751ce7c9a 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/03/04 21:30:34 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/03/31 23:56:29 jlam Exp $ DISTNAME= libgcrypt-1.2.2 PKGREVISION= 1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes TEST_TARGET= check TEXINFO_REQD= 4.0 -INFO_FILES= gcrypt.info +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" |