diff options
author | db <db@FreeBSD.org> | 2017-02-05 12:45:43 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2017-02-05 12:45:43 +0800 |
commit | 87290ced431b831a94814e660c974d5f9d8e9c0f (patch) | |
tree | 6b2899a78f41a0cc45629cfb1404899ba9980ccd /sysutils/u-boot-rpi3 | |
parent | 8bbce24041285ea063fe2351571bcb8cebaf4547 (diff) | |
download | freebsd-ports-gnome-87290ced431b831a94814e660c974d5f9d8e9c0f.tar.gz freebsd-ports-gnome-87290ced431b831a94814e660c974d5f9d8e9c0f.tar.zst freebsd-ports-gnome-87290ced431b831a94814e660c974d5f9d8e9c0f.zip |
Typo forgot :uboot
Reported by: pkg-fallout
Diffstat (limited to 'sysutils/u-boot-rpi3')
-rw-r--r-- | sysutils/u-boot-rpi3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-rpi3/Makefile b/sysutils/u-boot-rpi3/Makefile index 1762dd4810f8..6f4b18e0327a 100644 --- a/sysutils/u-boot-rpi3/Makefile +++ b/sysutils/u-boot-rpi3/Makefile @@ -3,7 +3,7 @@ PORTNAME= u-boot PORTVERSION= 2017.01 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ \ +MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/:uboot \ LOCAL/db:bootfiles PKGNAMESUFFIX= -rpi3 DISTFILES= u-boot-${PORTVERSION}.tar.bz2:uboot \ |