pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz CHECK_FILES_SKIP needs an absolute p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a58a9a3e1d66
branches:  trunk
changeset: 533718:a58a9a3e1d66
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 25 13:59:21 2007 +0000

description:
CHECK_FILES_SKIP needs an absolute path.

diffstat:

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

diffs (18 lines):

diff -r c7a8f681e0c8 -r a58a9a3e1d66 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Tue Sep 25 12:58:01 2007 +0000
+++ b/graphics/graphviz/Makefile        Tue Sep 25 13:59:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2007/09/23 15:38:58 joerg Exp $
+# $NetBSD: Makefile,v 1.60 2007/09/25 13:59:21 wiz Exp $
 
 DISTNAME=      graphviz-2.12
 PKGREVISION=   5
@@ -14,7 +14,7 @@
 
 DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
 
-CHECK_FILES_SKIP=      lib/graphviz/config
+CHECK_FILES_SKIP=      ${PREFIX}/lib/graphviz/config
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index