From 1b632ac6f9c1fe657c6a04b0f58c69f96d3f9063 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Tue, 10 Apr 2018 01:00:30 +0000 Subject: [PATCH] Catch up with changed binutils prefix Reported by: Mark Millard Reviewed by: swills Differential Revision: https://reviews.freebsd.org/D15009 > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M amd64-binutils/Makefile --- devel/amd64-binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/amd64-binutils/Makefile b/devel/amd64-binutils/Makefile index ea45900fcc1b..2e14ae298a88 100644 --- a/devel/amd64-binutils/Makefile +++ b/devel/amd64-binutils/Makefile @@ -6,7 +6,7 @@ PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../binutils -BUTARGET= x86_64-${OPSYS:tl} +BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL} NAMEDTARGET= amd64-${OPSYS:tl} .include "${MASTERDIR}/Makefile"