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 | aeae32aaccb166b8ff642f6a6a91c45a0061b132 (patch) | |
tree | 4b38982970b7c1ea626d8a3b526379bda4c5fb5b /graphics/p5-GraphViz | |
parent | e57300ab515c0dee56e9165d6caa958c7e867fc7 (diff) | |
download | pkgsrc-aeae32aaccb166b8ff642f6a6a91c45a0061b132.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" |