1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Make the IGNORE message and the COMMENT message more meaningful for

the masterport.
This commit is contained in:
Mark Linimon 2017-12-22 02:11:44 +00:00
parent 302f405a84
commit ee84afb699
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456951

View File

@ -11,7 +11,7 @@ CATEGORIES= sysutils
PKGNAMESUFFIX?= -${MODEL}
MAINTAINER= imp@FreeBSD.org
COMMENT= Cross-build das u-boot for ${MODEL}
COMMENT= Cross-build das u-boot for model ${MODEL}
LICENSE= GPLv2
@ -38,6 +38,10 @@ MAKE_ARGS+= V=1 CROSS_COMPILE=${CROSS_COMPILE} DTC=${LOCALBASE}/bin/dtc PYTHON=$
NO_ARCH= yes
# Sanity checks
.if !defined(MODEL) && !defined(BOARD_CONFIG) && !defined(FAMILY)
MODEL= NONE
IGNORE= is a metaport; there is nothing to build
.else
.if !defined(MODEL)
IGNORE+= MODEL is not defined
.endif
@ -47,6 +51,7 @@ IGNORE+= BOARD_CONFIG is not defined
.if !defined(FAMILY)
IGNORE+= FAMILY is not defined
.endif
.endif
# Overrides for OMAP family
UBOOT_PLIST_OMAP=u-boot.img MLO