diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-23 19:21:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-23 19:21:58 +0800 |
commit | 9adb8aaf9e0d9b93f86e12e1bb13cac6e111526b (patch) | |
tree | b76ede07f5d7b6a03e22678ce833910b5ba2f35c /devel/dconf | |
parent | e4b538bd395590f4268bf7d44050967fe62145f6 (diff) | |
download | freebsd-ports-graphics-9adb8aaf9e0d9b93f86e12e1bb13cac6e111526b.tar.gz freebsd-ports-graphics-9adb8aaf9e0d9b93f86e12e1bb13cac6e111526b.tar.zst freebsd-ports-graphics-9adb8aaf9e0d9b93f86e12e1bb13cac6e111526b.zip |
No need to create stage orphans for dconf-editor
Diffstat (limited to 'devel/dconf')
-rw-r--r-- | devel/dconf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 2ce1c18c98f..0a324205240 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -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> |