From 60c1ab0db7a088cf8af9772d6a8d3c293332d1d7 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 22 Jul 2018 20:51:33 +0000 Subject: [PATCH] Make this pass portlint. Slight cleanup to be more in accordance with slave Makefiles. --- sysutils/u-boot-master/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 084fcd56bb18..b9dafd9c1c55 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -20,8 +20,8 @@ BUILD_DEPENDS+= gsed:textproc/gsed \ mkimage:sysutils/u-boot-tools BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER} -USES= tar:bz2 gmake python:2.7,build shebangfix bison -BINARY_ALIAS= swig=swig3.0 sed=gsed dtc=${LOCALBASE}/bin/dtc +USES= bison gmake python:2.7,build shebangfix tar:bz2 +BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 SHEBANG_FILES= tools/binman/binman.py SSP_UNSAFE= yes @@ -158,8 +158,8 @@ post-patch: .if ${UBOOT_ARCH} == arm && !defined(CONFIG_FRAGMENT) # For armv6/v7 we want CONFIG_API # Use a KConfig fragment for that -CONFIG_FRAGMENT= ${FILESDIR}/FreeBSD_Fragment -FRAGMENT_NAME= FreeBSD_Fragment +FRAGMENT_NAME= FreeBSD_Fragment +CONFIG_FRAGMENT= ${FILESDIR}/${FRAGMENT_NAME} .endif .if defined(CONFIG_FRAGMENT)