1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Complete stage support

This commit is contained in:
Martin Wilke 2014-03-11 06:49:28 +00:00
parent 3b3a4a3a51
commit 4b973094e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347858

View File

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