pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-GraphViz Fix destdir.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45c6b028141e
branches:  trunk
changeset: 395913:45c6b028141e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 16 10:51:17 2009 +0000

description:
Fix destdir.

diffstat:

 graphics/p5-GraphViz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ec1aaa24ce5 -r 45c6b028141e graphics/p5-GraphViz/Makefile
--- a/graphics/p5-GraphViz/Makefile     Thu Jul 16 10:47:11 2009 +0000
+++ b/graphics/p5-GraphViz/Makefile     Thu Jul 16 10:51:17 2009 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index