svn commit: r350672 - head/Mk

Koop Mast kwm at FreeBSD.org
Wed Apr 9 09:10:39 UTC 2014


Author: kwm
Date: Wed Apr  9 09:10:38 2014
New Revision: 350672
URL: http://svnweb.freebsd.org/changeset/ports/350672
QAT: https://qat.redports.org/buildarchive/r350672/

Log:
  Prevent Makefile from running "gconftool-2 --makefile-install-rule". This
  command is run on LOCALBASE instead of STAGEDIR.
  
  Submitted by:	antoine@

Modified:
  head/Mk/bsd.gnome.mk

Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk	Wed Apr  9 09:01:41 2014	(r350671)
+++ head/Mk/bsd.gnome.mk	Wed Apr  9 09:10:38 2014	(r350672)
@@ -824,6 +824,10 @@ GNOME_PRE_PATCH+=	; ${${component}_PRE_P
 .  endif
 . endfor
 .endif
+
+. if defined(GCONF_SCHEMAS) && ! defined(NO_STAGE)
+MAKE_ENV+=	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+. endif
 .endif
 
 .if defined(GNOME_PRE_PATCH)


More information about the svn-ports-head mailing list