svn commit: r442624 - head/comms/uhd
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Jun 5 14:49:05 UTC 2017
Author: rakuco
Date: Mon Jun 5 14:49:04 2017
New Revision: 442624
URL: https://svnweb.freebsd.org/changeset/ports/442624
Log:
Use MAKE_CMD instead of MAKE in do-install.
This is more consistent and translates into gmake instead of make.
Modified:
head/comms/uhd/Makefile
Modified: head/comms/uhd/Makefile
==============================================================================
--- head/comms/uhd/Makefile Mon Jun 5 14:11:46 2017 (r442623)
+++ head/comms/uhd/Makefile Mon Jun 5 14:49:04 2017 (r442624)
@@ -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
More information about the svn-ports-all
mailing list