diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 19:29:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 19:29:15 +0000 |
commit | 2b72c1b9bfcc1ed52f69dbde7e8f6bf7ffae4b41 (patch) | |
tree | f49e469c9ce043a7adb4379ab56702da6a89186c /devel | |
parent | 3d62fa20f86be69d4f3d15efa19f79e4a2be4add (diff) | |
download | pkgsrc-2b72c1b9bfcc1ed52f69dbde7e8f6bf7ffae4b41.tar.gz |
Fix Perl. Bump revision.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstatgrab/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index c79b72db0cc..0bfc5ecadf4 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2007/06/08 18:39:23 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/08/30 19:29:15 joerg Exp $ DISTNAME= libstatgrab-0.12 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \ @@ -15,9 +15,12 @@ COMMENT= Provides a useful interface to system statistics GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config perl:run PKGCONFIG_OVERRIDE= libstatgrab.pc.in +REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-config.in +REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-index.in + CONFIGURE_ARGS+= --disable-examples .include "../../mk/bsd.prefs.mk" |