summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>2009-03-02 20:15:43 +0000
committertron <tron>2009-03-02 20:15:43 +0000
commit560f87b831628e0988fc1bd80bf0aa5808fe0772 (patch)
tree600bd6ea3e61fd76ff1ac34f60727f33850479d4 /graphics
parent2206c67eaec8ae6de38833fc3e08039228031d86 (diff)
downloadpkgsrc-560f87b831628e0988fc1bd80bf0aa5808fe0772.tar.gz
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 (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 25c2d4c8ebc..6ac100635bb 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -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 @@ pre-build:
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"