svn commit: r386427 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri May 15 16:46:45 UTC 2015


Author: bapt
Date: Fri May 15 16:46:44 2015
New Revision: 386427
URL: https://svnweb.freebsd.org/changeset/ports/386427

Log:
  Remove gnome-pre-su-install target it is not useful anymore
  
  Tested on all non broken ports defining GCONF_SCHEMA

Modified:
  head/Mk/bsd.gnome.mk

Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk	Fri May 15 16:43:10 2015	(r386426)
+++ head/Mk/bsd.gnome.mk	Fri May 15 16:46:44 2015	(r386427)
@@ -727,16 +727,8 @@ CONFIGURE_FAIL_MESSAGE= "Please run the 
 
 .if defined(GCONF_SCHEMAS) || defined(INSTALLS_OMF) || defined(INSTALLS_ICONS) \
 	|| defined(GLIB_SCHEMAS)
-pre-su-install: gnome-pre-su-install
 post-install: gnome-post-install
 
-gnome-pre-su-install:
-.if defined(GCONF_SCHEMAS)
-	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/gconf.xml.defaults/
-.else
-	@${DO_NADA}
-.endif
-
 gnome-post-install:
 .  if defined(GCONF_SCHEMAS)
 	@for i in ${GCONF_SCHEMAS}; do \


More information about the svn-ports-all mailing list