svn commit: r374856 - head/misc/sword
Baptiste Daroussin
bapt at FreeBSD.org
Wed Dec 17 14:58:02 UTC 2014
Author: bapt
Date: Wed Dec 17 14:58:01 2014
New Revision: 374856
URL: https://svnweb.freebsd.org/changeset/ports/374856
QAT: https://qat.redports.org/buildarchive/r374856/
Log:
Fix packaging as user
Modified:
head/misc/sword/Makefile
Modified: head/misc/sword/Makefile
==============================================================================
--- head/misc/sword/Makefile Wed Dec 17 14:56:24 2014 (r374855)
+++ head/misc/sword/Makefile Wed Dec 17 14:58:01 2014 (r374856)
@@ -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
More information about the svn-ports-all
mailing list