diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-07-18 13:13:04 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-07-18 13:13:04 +0000 |
commit | 62a689a86fdc7248f43ae1a7126af66725dc534b (patch) | |
tree | 12dd8fdd3d31f8b192ddb0835bc0906979246fad /x11 | |
parent | 5cae37c3d631ccca5dcce478409882c075089854 (diff) | |
download | pkgsrc-62a689a86fdc7248f43ae1a7126af66725dc534b.tar.gz |
Given that this depends on ocaml at run time, don't bother to attempt to
delete the directories shared with it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lablgtk2/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lablgtk2/PLIST b/x11/lablgtk2/PLIST index 939874045af..6a1eb0b95cf 100644 --- a/x11/lablgtk2/PLIST +++ b/x11/lablgtk2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2007/07/18 13:10:44 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2007/07/18 13:13:04 jmmv Exp $ bin/gdk-pixbuf-mlsource bin/lablgtk2 lib/ocaml/lablgtk2/gAction.cmi @@ -245,6 +245,6 @@ lib/ocaml/lablgtk2/wrappers.h lib/ocaml/lablgtk2/xml_lexer.mli ${HAVE_STUBS}lib/ocaml/stublibs/dlllablgtk2.so ${HAVE_STUBS}lib/ocaml/stublibs/dlllablgtkspell.so -@unexec ${RMDIR} %D/lib/ocaml/stublibs 2>/dev/null || ${TRUE} +@comment in ocaml: lib/ocaml/stublibs @dirrm lib/ocaml/lablgtk2 -@unexec ${RMDIR} %D/lib/ocaml 2>/dev/null || ${TRUE} +@comment in ocaml: lib/ocaml |