diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-24 19:44:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-24 19:44:20 +0000 |
commit | 5dc3492f1c3ddf89c81aeec6f267499f5ca17d5a (patch) | |
tree | 29a60ee7aee56d94a61aacd5f6268743b15d5d35 /x11/py-gtk2/PLIST | |
parent | 4e93c9a5a61d6f191fba09cf95f9e786d822c698 (diff) | |
download | pkgsrc-5dc3492f1c3ddf89c81aeec6f267499f5ca17d5a.tar.gz |
Do not unconditionally remove share/pygtk, it is shared with x11/pygtk.
Try to remove include/pygtk-2.0, since py-gobject-shared, which owns
this directory, is only a build dependency.
Bump PKGREVISION.
Diffstat (limited to 'x11/py-gtk2/PLIST')
-rw-r--r-- | x11/py-gtk2/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/py-gtk2/PLIST b/x11/py-gtk2/PLIST index afc8ffc9a77..7125f2b4063 100644 --- a/x11/py-gtk2/PLIST +++ b/x11/py-gtk2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/10/12 13:55:38 drochner Exp $ +@comment $NetBSD: PLIST,v 1.11 2007/01/24 19:44:20 wiz Exp $ bin/pygtk-codegen-2.0 bin/pygtk-demo include/pygtk-2.0/pygtk/pygtk.h @@ -454,7 +454,7 @@ share/pygtk/2.0/defs/pangocairo.override @dirrm share/pygtk/2.0/defs @dirrm share/pygtk/2.0/codegen @dirrm share/pygtk/2.0 -@dirrm share/pygtk +@unexec ${RMDIR} %D/share/pygtk 2>/dev/null || ${TRUE} @dirrm share/gtk-doc/html/pygtk @dirrm ${PYSITELIB}/gtk-2.0/gtk @dirrm lib/pygtk/2.0/demos/images @@ -462,3 +462,4 @@ share/pygtk/2.0/defs/pangocairo.override @dirrm lib/pygtk/2.0 @dirrm lib/pygtk @dirrm include/pygtk-2.0/pygtk +@unexec ${RMDIR} %D/include/pygtk-2.0 2>/dev/null || ${TRUE} |