pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libstatgrab Fix Perl. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdd3d3baf5bd
branches:  trunk
changeset: 532786:fdd3d3baf5bd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 30 19:29:15 2007 +0000

description:
Fix Perl. Bump revision.

diffstat:

 devel/libstatgrab/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 47a5065955e9 -r fdd3d3baf5bd devel/libstatgrab/Makefile
--- a/devel/libstatgrab/Makefile        Thu Aug 30 19:15:48 2007 +0000
+++ b/devel/libstatgrab/Makefile        Thu Aug 30 19:29:15 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index