summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-16 10:51:17 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-16 10:51:17 +0000
commit2525e2e8f180d3ec858a4d0e8067b0f77ce9fce1 (patch)
tree4b38982970b7c1ea626d8a3b526379bda4c5fb5b /graphics/p5-GraphViz
parentdbbdbe3e37826dcc6f457a231d62b5ccb697b4b1 (diff)
downloadpkgsrc-2525e2e8f180d3ec858a4d0e8067b0f77ce9fce1.tar.gz
Fix destdir.
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r--graphics/p5-GraphViz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile
index d7bb0d22a8e..1b5ff2e8ca9 100644
--- a/graphics/p5-GraphViz/Makefile
+++ b/graphics/p5-GraphViz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/07/07 16:07:18 sno Exp $
+# $NetBSD: Makefile,v 1.25 2009/07/16 10:51:17 joerg Exp $
#
DISTNAME= GraphViz-2.04
@@ -28,7 +28,7 @@ REPLACE_PERL+= examples/*
post-install:
cd ${WRKSRC}/examples && \
- pax -pm -rw . ${PREFIX}/share/examples/p5-GraphViz
+ pax -pm -rw . ${DESTDIR}${PREFIX}/share/examples/p5-GraphViz
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"