From d00b8c444cbef0ede481ba4cca49710f9e274740 Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 15 May 2012 15:16:56 +0000 Subject: Update to 2.32.3. Threading issue fixed by mezz@ and marcus@. While here clean up MASTER_SITES. Only look at the GNOME sites. and for glib-compile-schemas doesn't us --uninstall anymore, don't use it in bsd.gnome.mk Submitted by: mezz (via ports-experimental) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16736 df743ca5-7f9a-e211-a948-0013205c9059 --- Mk/bsd.gnome.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index ea7966b07..046ae3602 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.558 2012/01/17 04:01:31 ahze Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.559 2012/01/17 12:52:54 ahze Exp $ # # Please view me with 4 column tabs! @@ -925,7 +925,7 @@ gnome-post-install: done @${ECHO_CMD} "@exec glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ - ${ECHO_CMD} "@unexec glib-compile-schemas --uninstall %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \ + ${ECHO_CMD} "@unexec glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; .endif -- cgit v1.2.3