pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Don't attempt to remove the the dire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/551e51cb6f43
branches:  trunk
changeset: 555466:551e51cb6f43
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Mar 02 20:15:43 2009 +0000

description:
Don't attempt to remove the the directory "/usr/pkg/lib/lua/5.1" after
building because it is owned by the "lua" package.

diffstat:

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

diffs (17 lines):

diff -r 3b774f45add7 -r 551e51cb6f43 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Mon Mar 02 18:24:52 2009 +0000
+++ b/graphics/graphviz/Makefile        Mon Mar 02 20:15:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2009/03/02 11:24:58 tron Exp $
+# $NetBSD: Makefile,v 1.70 2009/03/02 20:15:43 tron Exp $
 
 DISTNAME=      graphviz-2.20.3
 PKGREVISION=   2
@@ -65,7 +65,6 @@
 post-install:
        ${RM} -rf ${PREFIX}/lib/graphviz/lua/gv.so \
          ${PREFIX}/lib/graphviz/tcl/tcl ${PREFIX}/lib/lua/5.1/gv.so
-       ${RMDIR} ${PREFIX}/lib/lua/5.1 ${PREFIX}/lib/lua || ${TRUE}
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index