1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Use MAKE_CMD instead of MAKE in do-install.

This is more consistent and translates into gmake instead of make.
This commit is contained in:
Raphael Kubo da Costa 2017-06-05 14:49:04 +00:00
parent 31aa6a40f3
commit 4c30b52b18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442624

View File

@ -66,7 +66,7 @@ do-install:
# hack the install prefix now
@${REINPLACE_CMD} -e "s|/usr/local|${STAGEDIR}${PREFIX}|g" \
${CONFIGURE_WRKSRC}/cmake_install.cmake
cd ${CONFIGURE_WRKSRC} && ${MAKE} install
cd ${CONFIGURE_WRKSRC} && ${MAKE_CMD} install
.for subdir in images
${CP} -Rp ${WRKDIR}/${IMAGE_FILE:S|.zip||}/share/uhd/${subdir} ${STAGEDIR}${DATADIR}
.endfor