summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-24 19:44:20 +0000
committerwiz <wiz@pkgsrc.org>2007-01-24 19:44:20 +0000
commit769b459b950364f9cff1785723537d16d168fdd9 (patch)
tree29a60ee7aee56d94a61aacd5f6268743b15d5d35 /x11/py-gtk2
parent43a118889586ca6e917b27fc2b45083713311159 (diff)
downloadpkgsrc-769b459b950364f9cff1785723537d16d168fdd9.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')
-rw-r--r--x11/py-gtk2/Makefile3
-rw-r--r--x11/py-gtk2/PLIST5
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index d5cbec8b7f9..c71a6a5549b 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2006/10/12 13:55:38 drochner Exp $
+# $NetBSD: Makefile,v 1.39 2007/01/24 19:44:20 wiz Exp $
#
DISTNAME= pygtk-2.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
+PKGREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.10/}
EXTRACT_SUFX= .tar.bz2
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}