pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Create the empty directories that ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66053f77068
branches:  trunk
changeset: 539653:e66053f77068
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 10 12:37:58 2008 +0000

description:
Create the empty directories that are removed during uninstall even
for binary packages.

Bump PKGREVISION.

diffstat:

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

diffs (47 lines):

diff -r 7eaa788d930c -r e66053f77068 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Mon Mar 10 12:37:12 2008 +0000
+++ b/graphics/graphviz/Makefile        Mon Mar 10 12:37:58 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2008/02/06 18:56:52 adam Exp $
+# $NetBSD: Makefile,v 1.62 2008/03/10 12:37:58 wiz Exp $
 
 DISTNAME=      graphviz-2.16.1
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.graphviz.org/pub/graphviz/ARCHIVE/
 
diff -r 7eaa788d930c -r e66053f77068 graphics/graphviz/PLIST
--- a/graphics/graphviz/PLIST   Mon Mar 10 12:37:12 2008 +0000
+++ b/graphics/graphviz/PLIST   Mon Mar 10 12:37:58 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2008/02/06 18:56:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2008/03/10 12:37:59 wiz Exp $
 bin/acyclic
 bin/bcomps
 bin/ccomps
@@ -384,6 +384,7 @@
 @dirrm share/graphviz/demo
 @dirrm share/graphviz
 @dirrm lib/graphviz/tcl
+@exec ${MKDIR} %D/lib/graphviz/sharp
 @dirrm lib/graphviz/sharp
 @dirrm lib/graphviz/ruby
 @dirrm lib/graphviz/r
@@ -391,12 +392,17 @@
 @dirrm lib/graphviz/python24
 @dirrm lib/graphviz/python23
 @dirrm lib/graphviz/python
+@exec ${MKDIR} %D/lib/graphviz/php
 @dirrm lib/graphviz/php
 @dirrm lib/graphviz/perl
+@exec ${MKDIR} %D/lib/graphviz/ocaml
 @dirrm lib/graphviz/ocaml
 @dirrm lib/graphviz/lua
+@exec ${MKDIR} %D/lib/graphviz/java
 @dirrm lib/graphviz/java
+@exec ${MKDIR} %D/lib/graphviz/io
 @dirrm lib/graphviz/io
+@exec ${MKDIR} %D/lib/graphviz/guile
 @dirrm lib/graphviz/guile
 @dirrm lib/graphviz
 @dirrm include/graphviz



Home | Main Index | Thread Index | Old Index