Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 14:49:04 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442624 - head/comms/uhd
Message-ID:  <201706051449.v55En4Zw045861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706051449.v55En4Zw045861>