diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-18 21:40:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-18 21:40:39 +0800 |
commit | adcd81f0dcf5b8c25520394d72d6750e785d2cd8 (patch) | |
tree | 882721656749589910d967dcbb0da321b5bf10e1 | |
parent | 10a848d8415f80015156ca3c3062e6887bbb345f (diff) | |
download | marcuscom-ports-adcd81f0dcf5b8c25520394d72d6750e785d2cd8.tar marcuscom-ports-adcd81f0dcf5b8c25520394d72d6750e785d2cd8.tar.gz marcuscom-ports-adcd81f0dcf5b8c25520394d72d6750e785d2cd8.tar.bz2 marcuscom-ports-adcd81f0dcf5b8c25520394d72d6750e785d2cd8.tar.lz marcuscom-ports-adcd81f0dcf5b8c25520394d72d6750e785d2cd8.tar.xz marcuscom-ports-adcd81f0dcf5b8c25520394d72d6750e785d2cd8.tar.zst marcuscom-ports-adcd81f0dcf5b8c25520394d72d6750e785d2cd8.zip |
Clean up some comment.
Create and clean up the share/GConf/gsettings.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14446 df743ca5-7f9a-e211-a948-0013205c9059
-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 |