diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 20:22:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 20:22:13 +0000 |
commit | 5de86cd23e124beef6fcc340486e272b5c36e2d6 (patch) | |
tree | b4835b32fe72f0aa7cda9a0c89ef422783fb273f /sysutils/u-boot-master/Makefile | |
parent | 11fcc4deabca54ffcc49d8676df99cc9bd2ae250 (diff) | |
download | ports-5de86cd23e124beef6fcc340486e272b5c36e2d6.tar.gz ports-5de86cd23e124beef6fcc340486e272b5c36e2d6.zip |
Consolidate maintainership of various u-boot ports under u-boot@.
Submitted by: manu
Differential Revision: D15884
Notes
Notes:
svn path=/head/; revision=472714
Diffstat (limited to 'sysutils/u-boot-master/Makefile')
-rw-r--r-- | sysutils/u-boot-master/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 1d00885a0e70..c233d88ad720 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -9,7 +9,7 @@ CATEGORIES= sysutils PKGNAMESUFFIX?= -${MODEL} MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ -MAINTAINER= uboot@FreeBSD.org +MAINTAINER?= uboot@FreeBSD.org COMMENT= Cross-build das u-boot for model ${MODEL} LICENSE= GPLv2 |