svn commit: r375319 - head/devel/dconf

Antoine Brodin antoine at FreeBSD.org
Tue Dec 23 11:22:00 UTC 2014


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>


More information about the svn-ports-head mailing list