diff options
-rw-r--r-- | devel/glib20/Makefile | 5 | ||||
-rw-r--r-- | devel/glib20/pkg-plist | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 2a2ebe000..e5dd66502 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.175 2010/08/08 10:48:26 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.176 2010/08/16 21:18:12 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib PORTVERSION= 2.25.14 -PORTREVISION?= 0 +PORTREVISION?= 1 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/}/ \ @@ -78,6 +78,7 @@ post-patch: ${WRKSRC}/glib/gutils.c post-install: + @${MKDIR} -p share/GConf/gsettings -${PREFIX}/bin/gio-querymodules ${PREFIX}/lib/gio/modules .include <bsd.port.post.mk> diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index d233952d1..822960140 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -322,9 +322,9 @@ 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 mkdir -p %D/share/glib-2.0/schemas +@dirrmtry share/GConf/gsettings +@dirrmtry share/GConf @exec glib-compile-schemas --uninstall %D/share/glib-2.0/schemas @dirrm share/glib-2.0/schemas @dirrm share/glib-2.0/gettext/po |