diff options
author | reed <reed@pkgsrc.org> | 2005-11-08 21:43:03 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-11-08 21:43:03 +0000 |
commit | f91d5a39079b713fbd92b29d8300f091816bbf21 (patch) | |
tree | 28b941895d41cfdf2de8e1fbec8b7331b9ac579b | |
parent | aa9831665964764016b29e7095fc0fc5ddb6208c (diff) | |
download | pkgsrc-f91d5a39079b713fbd92b29d8300f091816bbf21.tar.gz |
Bump PKGREVISION. Add missing man page entries to PLIST.
(Note: these man pages are installed even if WITHOUT_STATGRAB
or WITHOUT_SAIDAR options are used to not install the
corresponding executables.)
-rw-r--r-- | devel/libstatgrab/Makefile | 3 | ||||
-rw-r--r-- | devel/libstatgrab/PLIST | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index fd583f04ead..8b147a1f521 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/11/01 21:48:39 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/08 21:43:03 reed Exp $ DISTNAME= libstatgrab-0.12 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ diff --git a/devel/libstatgrab/PLIST b/devel/libstatgrab/PLIST index de042253a0e..390d3113793 100644 --- a/devel/libstatgrab/PLIST +++ b/devel/libstatgrab/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:28 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/11/08 21:43:03 reed Exp $ ${SAIDAR}bin/saidar ${STATGRAB}bin/statgrab ${STATGRAB}bin/statgrab-make-mrtg-config @@ -7,6 +7,10 @@ include/statgrab.h include/statgrab_deprecated.h lib/libstatgrab.la lib/pkgconfig/libstatgrab.pc +man/man1/saidar.1 +man/man1/statgrab-make-mrtg-config.1 +man/man1/statgrab-make-mrtg-index.1 +man/man1/statgrab.1 man/man3/sg_get_cpu_percents.3 man/man3/sg_get_cpu_stats.3 man/man3/sg_get_cpu_stats_diff.3 |