diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-07-06 01:39:08 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-07-06 01:39:08 +0000 |
commit | 6b38c75dd90b0d16cfad1deefec2cb3aa7ab2ec7 (patch) | |
tree | 2fc3996c95789ef0c6cbf3bc0e4bcdc753a27a3d /devel/arm-none-eabi-newlib | |
parent | 00d9407d48d4f850edfd8db1ef7e5a49a04592aa (diff) |
Notes
Diffstat (limited to 'devel/arm-none-eabi-newlib')
-rw-r--r-- | devel/arm-none-eabi-newlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arm-none-eabi-newlib/Makefile b/devel/arm-none-eabi-newlib/Makefile index f012fb6ab50f..b180b168c41d 100644 --- a/devel/arm-none-eabi-newlib/Makefile +++ b/devel/arm-none-eabi-newlib/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}/ \ SOURCEWARE/${PORTNAME} PKGNAMEPREFIX= ${NEWLIB_TARGET}- -MAINTAINER= bsdports@kyle-evans.net +MAINTAINER= kevans@FreeBSD.org COMMENT= Newlib distribution for ${NEWLIB_TARGET} targets BUILD_DEPENDS+= ${NEWLIB_TARGET}-ar:devel/${NEWLIB_TARGET}-binutils \ |