diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/glib20/pkg-plist | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a934b9c71..13f24cbac 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,13 +3,13 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.168 2010/05/27 18:34:48 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.169 2010/05/28 09:17:34 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib PORTVERSION= 2.25.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 5c3ead35d..1f09f83ad 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -318,6 +318,10 @@ share/locale/yi/LC_MESSAGES/glib20.mo share/locale/zh_CN/LC_MESSAGES/glib20.mo share/locale/zh_HK/LC_MESSAGES/glib20.mo share/locale/zh_TW/LC_MESSAGES/glib20.mo +@comment I don't think we need to remove this. It looks like if there are no +@comment gschema.xml files the gschemas.compiled is removed +@comment @unexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled +@exec glib-compile-schemas --uninstall %D/share/glib-2.0/schemas @dirrm share/glib-2.0/schemas @dirrm share/glib-2.0/gettext/po @dirrm share/glib-2.0/gettext |