summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-30 19:29:15 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-30 19:29:15 +0000
commit4228333274febc8864f039111092378f73964b35 (patch)
treef49e469c9ce043a7adb4379ab56702da6a89186c /devel
parent2e692fa5f5a92c25b036a8acaeb4e326a5fd3e5b (diff)
downloadpkgsrc-4228333274febc8864f039111092378f73964b35.tar.gz
Fix Perl. Bump revision.
Diffstat (limited to 'devel')
-rw-r--r--devel/libstatgrab/Makefile9
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"