summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-03-10 21:03:18 +0000
committerrillig <rillig@pkgsrc.org>2006-03-10 21:03:18 +0000
commit9c704971dbea7f3b4403949ee7bba074e565c727 (patch)
tree9dd249eeb52ef985f09fe227f60722c1a6f1650b /graphics/p5-GraphViz
parent0f7fca812708dd30ba564ad886f88aeb8cf73b5c (diff)
downloadpkgsrc-9c704971dbea7f3b4403949ee7bba074e565c727.tar.gz
Fixed the interpreter of the example Perl programs. Bumped PKGREVISION.
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r--graphics/p5-GraphViz/Makefile6
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