diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-17 22:58:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-17 22:58:01 +0800 |
commit | f87142f0eec47e471a27858204bda0f2c26db27a (patch) | |
tree | b888e9d9e08bf32de285666b84b6e3a88ea70569 /misc | |
parent | 1dd1b4c57f88c87773f970f90181171efafe2bbe (diff) | |
download | freebsd-ports-gnome-f87142f0eec47e471a27858204bda0f2c26db27a.tar.gz freebsd-ports-gnome-f87142f0eec47e471a27858204bda0f2c26db27a.tar.zst freebsd-ports-gnome-f87142f0eec47e471a27858204bda0f2c26db27a.zip |
Fix packaging as user
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index a210152781a5..c572dd2021aa 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -49,7 +49,7 @@ post-patch: @${REINPLACE_CMD} 's|-O3||' ${WRKSRC}/configure post-install: - @(cd ${WRKSRC} && ${MAKE_CMD} install_config) + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install_config) ${MV} ${STAGEDIR}${PREFIX}/etc/sword.conf \ ${STAGEDIR}${PREFIX}/etc/sword.conf.sample |