svn commit: r347858 - head/devel/dconf
Martin Wilke
miwi at FreeBSD.org
Tue Mar 11 06:49:29 UTC 2014
Author: miwi
Date: Tue Mar 11 06:49:28 2014
New Revision: 347858
URL: http://svnweb.freebsd.org/changeset/ports/347858
QAT: https://qat.redports.org/buildarchive/r347858/
Log:
- Complete stage support
Modified:
head/devel/dconf/Makefile
Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile Tue Mar 11 06:40:21 2014 (r347857)
+++ head/devel/dconf/Makefile Tue Mar 11 06:49:28 2014 (r347858)
@@ -54,7 +54,7 @@ post-patch:
${WRKSRC}/editor/Makefile.in
post-install:
- @${MKDIR} ${PREFIX}/etc/dconf/db
- @${MKDIR} ${PREFIX}/etc/dconf/profile
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list