Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 11:21:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375319 - head/devel/dconf
Message-ID:  <201412231121.sBNBLxlC070153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 23 11:21:58 2014
New Revision: 375319
URL: https://svnweb.freebsd.org/changeset/ports/375319
QAT: https://qat.redports.org/buildarchive/r375319/

Log:
  No need to create stage orphans for dconf-editor

Modified:
  head/devel/dconf/Makefile

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Tue Dec 23 10:01:02 2014	(r375318)
+++ head/devel/dconf/Makefile	Tue Dec 23 11:21:58 2014	(r375319)
@@ -53,8 +53,10 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/docs/Makefile.in
 
+.if ${DCONF_SLAVE} == no
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile
+.endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412231121.sBNBLxlC070153>