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/6a41fb923ae8
branches: trunk
changeset: 561765:6a41fb923ae8
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 fdf1f86fff84 -r 6a41fb923ae8 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