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

Antoine Brodin antoine at FreeBSD.org
Tue Feb 5 16:45:31 UTC 2019


Author: antoine
Date: Tue Feb  5 16:45:29 2019
New Revision: 492257
URL: https://svnweb.freebsd.org/changeset/ports/492257

Log:
  Unbreak INDEX

Modified:
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Tue Feb  5 16:19:13 2019	(r492256)
+++ head/sysutils/u-boot-master/Makefile	Tue Feb  5 16:45:29 2019	(r492257)
@@ -197,7 +197,7 @@ post-build:
 	(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${i})
 .endfor
 .endif
-.if ${FAMILY} == "rk3399"
+.if defined(FAMILY) && ${FAMILY} == rk3399
 	mkimage -n rk3399 -T rksd -d ${WRKSRC}/spl/u-boot-spl.bin ${WRKSRC}/idbspl.img
 .endif
 # If we need to put anything into WRKSRC, do so now so we can build the PLIST


More information about the svn-ports-all mailing list