diff options
author | tron <tron@pkgsrc.org> | 2009-04-01 17:12:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-04-01 17:12:57 +0000 |
commit | 114fece0f0fb4346ac3629907d7252cf4a51d059 (patch) | |
tree | 45e92837a6d1d91ff63dc2e3295f26cf36d783fc | |
parent | 98f24d4079659c2e79347471c00e00105388d059 (diff) | |
download | pkgsrc-114fece0f0fb4346ac3629907d7252cf4a51d059.tar.gz |
Backout last change because "lib/config" gets created by the INSTALL
script and removed by the DEINSTALL script. Problem pointed out
by Joerg Sonnenberger.
-rw-r--r-- | graphics/graphviz/Makefile | 4 | ||||
-rw-r--r-- | graphics/graphviz/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index d88b7d053ba..04510b686d1 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2009/04/01 16:36:06 tron Exp $ +# $NetBSD: Makefile,v 1.73 2009/04/01 17:12:57 tron Exp $ DISTNAME= graphviz-2.20.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ diff --git a/graphics/graphviz/PLIST b/graphics/graphviz/PLIST index 800a17d9a34..2459104ffe2 100644 --- a/graphics/graphviz/PLIST +++ b/graphics/graphviz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2009/04/01 16:36:06 tron Exp $ +@comment $NetBSD: PLIST,v 1.31 2009/04/01 17:12:57 tron Exp $ bin/acyclic bin/bcomps bin/ccomps @@ -50,7 +50,6 @@ include/graphviz/pathplan.h include/graphviz/textpara.h include/graphviz/types.h include/graphviz/usershape.h -lib/graphviz/config lib/graphviz/libgvplugin_core.la lib/graphviz/libgvplugin_dot_layout.la lib/graphviz/libgvplugin_gd.la |