No need to create stage orphans for dconf-editor

This commit is contained in:
Antoine Brodin 2014-12-23 11:21:58 +00:00
parent 7c7f584e9c
commit b565ede2b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375319

View file

@ -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>