diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-16 10:51:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-16 10:51:17 +0000 |
commit | 2525e2e8f180d3ec858a4d0e8067b0f77ce9fce1 (patch) | |
tree | 4b38982970b7c1ea626d8a3b526379bda4c5fb5b /graphics/p5-GraphViz | |
parent | dbbdbe3e37826dcc6f457a231d62b5ccb697b4b1 (diff) | |
download | pkgsrc-2525e2e8f180d3ec858a4d0e8067b0f77ce9fce1.tar.gz |
Fix destdir.
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 4 |
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" |