pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-GraphViz Fixed the interpreter of the exam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83522c28841d
branches:  trunk
changeset: 509466:83522c28841d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Mar 10 21:03:18 2006 +0000

description:
Fixed the interpreter of the example Perl programs. Bumped PKGREVISION.

diffstat:

 graphics/p5-GraphViz/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 641dc64655a4 -r 83522c28841d graphics/p5-GraphViz/Makefile
--- a/graphics/p5-GraphViz/Makefile     Fri Mar 10 20:49:00 2006 +0000
+++ b/graphics/p5-GraphViz/Makefile     Fri Mar 10 21:03:18 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:50 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/03/10 21:03:18 rillig Exp $
 #
 
 DISTNAME=      GraphViz-2.02
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GraphViz/}
 
@@ -20,6 +20,8 @@
 PERL5_PACKLIST=                auto/GraphViz/.packlist
 INSTALLATION_DIRS=     share/examples/p5-GraphViz
 
+REPLACE_PERL+= examples/*
+
 post-install:
        cd ${WRKSRC}/examples &&        \
          ${PAX} -pm -rw . ${PREFIX}/share/examples/p5-GraphViz



Home | Main Index | Thread Index | Old Index