From da1cc0c8c82c4772e60f10d41e8c0836d486baad Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 13 Jan 2011 00:51:47 +0000 Subject: Make the GLIB_SCHEMAS @exec and @unexec glib-compile-schemas lines hidden again. The previous GLIB_SHEMAS fix broke this. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15006 df743ca5-7f9a-e211-a948-0013205c9059 --- Mk/bsd.gnome.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 15ff3fc01..d012ab67d 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.518 2010/12/26 20:43:24 kwm Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.519 2010/12/26 20:58:23 kwm Exp $ # # Please view me with 4 column tabs! @@ -890,7 +890,7 @@ gnome-post-install: @for i in ${GLIB_SCHEMAS}; do \ ${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \ done - ${ECHO_CMD} "@exec glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \ + @${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" \ >> ${TMPPLIST}; -- cgit v1.2.3