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 /lang/pnet | |
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 'lang/pnet')
-rw-r--r-- | lang/pnet/Makefile | 5 | ||||
-rw-r--r-- | lang/pnet/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 00f8c216f18..56aa24965ab 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/05 16:27:26 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/31 23:56:28 jlam Exp $ DISTNAME= pnet-0.6.6 PKGREVISION= 2 @@ -16,8 +16,7 @@ CONFLICTS= mono-[0-9]* USE_TOOLS+= gmake makeinfo USE_LIBTOOL= yes GNU_CONFIGURE= yes - -INFO_FILES= pnettools.info +INFO_FILES= # PLIST PTHREAD_OPTS+= require native diff --git a/lang/pnet/PLIST b/lang/pnet/PLIST index 372877ce66e..498a5ed961d 100644 --- a/lang/pnet/PLIST +++ b/lang/pnet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:40 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/31 23:56:28 jlam Exp $ bin/al bin/cli-unknown-ar bin/cli-unknown-cpp @@ -85,6 +85,7 @@ include/pnet/il_values.h include/pnet/il_writer.h include/pnet/il_xml.h include/pnet/leak_detector.h +info/pnettools.info lib/cscc/plugins/cscc-b lib/cscc/plugins/cscc-bf lib/cscc/plugins/cscc-c-s |