diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 05:58:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 05:58:35 +0800 |
commit | 9e040aba083b91b2e96de2fa0f217d03dc643e5a (patch) | |
tree | 97b095cba1cffd343d56a95e51b6b687a813de2a /audio/baresip | |
parent | e42465649c8c23525da249208c46c6cfd2ef7c87 (diff) | |
download | freebsd-ports-gnome-9e040aba083b91b2e96de2fa0f217d03dc643e5a.tar.gz freebsd-ports-gnome-9e040aba083b91b2e96de2fa0f217d03dc643e5a.tar.zst freebsd-ports-gnome-9e040aba083b91b2e96de2fa0f217d03dc643e5a.zip |
Properly call MAKE_CMD
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 6d0c1a041ada..7f44f0a7bb4a 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -119,7 +119,7 @@ do-install: # Install modules and add to plist post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules - for m in $$(${GMAKE} -sC ${WRKSRC} ${MAKE_ARGS} showmodules); \ + for m in $$(${SETENV} ${MAKE_ENV} ${MAKE_CMD} -sC ${WRKSRC} ${MAKE_ARGS} showmodules); \ do ${INSTALL_LIB} ${WRKSRC}/$$m.so \ ${STAGEDIR}${PREFIX}/lib/baresip/modules; \ ${ECHO_CMD} lib/${PORTNAME}/modules/$$m.so >> ${TMPPLIST}; \ |