aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/u-boot-rpi3
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-07-23 04:25:38 +0800
committerlinimon <linimon@FreeBSD.org>2018-07-23 04:25:38 +0800
commitfa78d72bd75d0017309155e52189fb8001544c77 (patch)
tree9a868ee6777fc7e88c25c1346410c2e76066851c /sysutils/u-boot-rpi3
parent17a9ed4fe1a8c597cedb71ad4f7301ef3e575a4c (diff)
downloadfreebsd-ports-gnome-fa78d72bd75d0017309155e52189fb8001544c77.tar.gz
freebsd-ports-gnome-fa78d72bd75d0017309155e52189fb8001544c77.tar.zst
freebsd-ports-gnome-fa78d72bd75d0017309155e52189fb8001544c77.zip
Use patchfiles that are in accordance with accepted Ports Collection usage.
Diffstat (limited to 'sysutils/u-boot-rpi3')
-rw-r--r--sysutils/u-boot-rpi3/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/u-boot-rpi3/Makefile b/sysutils/u-boot-rpi3/Makefile
index 7d7c8624c4fd..8c1943db2050 100644
--- a/sysutils/u-boot-rpi3/Makefile
+++ b/sysutils/u-boot-rpi3/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-MAINTAINER= uboot@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= rpi3
@@ -10,11 +9,7 @@ UBOOT_ARCH= aarch64
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
-EXTRA_PATCHES= ${.CURDIR}/files/
-PATCHFILES+= 937869/mbox/? \
- 939129/mbox/?
-
-CONFIG_FRAGMENT= ${.CURDIR}/files/rpi3_fragment
-FRAGMENT_NAME= rpi3_fragment
+FRAGMENT_NAME= rpi3_fragment
+CONFIG_FRAGMENT= ${.CURDIR}/files/${FRAGMENT_NAME}
.include "${MASTERDIR}/Makefile"