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 /net/libIDL/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 'net/libIDL/Makefile')
-rw-r--r-- | net/libIDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 69b308c71c4..c0dfdee1f33 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/02/05 23:10:26 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2006/03/31 23:56:28 jlam Exp $ DISTNAME= libIDL-0.8.6 PKGREVISION= 1 @@ -17,7 +17,7 @@ USE_TOOLS+= bison flex pkg-config PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in GNU_CONFIGURE= yes CONFIGURE_ENV+= HAVE_YACC=yes -INFO_FILES= libIDL2.info +INFO_FILES= # PLIST .include "../../mk/compiler.mk" |