svn commit: r431347 - head/sysutils/u-boot-master

Mathieu Arnold mat at FreeBSD.org
Fri Jan 13 08:37:12 UTC 2017


Author: mat
Date: Fri Jan 13 08:37:11 2017
New Revision: 431347
URL: https://svnweb.freebsd.org/changeset/ports/431347

Log:
  dependencies are installed in LOCALBASE, so PREFIX/bin/dtc will never exist
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/u-boot-master/Makefile   (contents, props changed)

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Fri Jan 13 08:37:06 2017	(r431346)
+++ head/sysutils/u-boot-master/Makefile	Fri Jan 13 08:37:11 2017	(r431347)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	arm-none-eabi-gcc:devel/a
 		gsed:textproc/gsed \
 		swig3.0:devel/swig30 \
 		python:lang/python2 \
-		${PREFIX}/bin/dtc:sysutils/dtc
+		${LOCALBASE}/bin/dtc:sysutils/dtc
 
 USES=		gmake
 


More information about the svn-ports-head mailing list