diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-10 21:03:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-10 21:03:18 +0000 |
commit | 9783b32419dc39aeed7560f2e3e280e8b6707145 (patch) | |
tree | 9dd249eeb52ef985f09fe227f60722c1a6f1650b /graphics | |
parent | 8a0c8b18d1ca6d7bda5f331039940df58cbaebd7 (diff) | |
download | pkgsrc-9783b32419dc39aeed7560f2e3e280e8b6707145.tar.gz |
Fixed the interpreter of the example Perl programs. Bumped PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 626c45a8637..9e689e4ec1d 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -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 @@ DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz 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 |