svn commit: r474460 - head/devel/amd64-binutils

John Baldwin jhb at FreeBSD.org
Wed Jul 11 16:22:55 UTC 2018


Author: jhb (src,doc committer)
Date: Wed Jul 11 16:22:54 2018
New Revision: 474460
URL: https://svnweb.freebsd.org/changeset/ports/474460

Log:
  Remove an unused variable.
  
  Reviewed by:	bdrewery
  Differential Revision:	https://reviews.freebsd.org/D16213

Modified:
  head/devel/amd64-binutils/Makefile

Modified: head/devel/amd64-binutils/Makefile
==============================================================================
--- head/devel/amd64-binutils/Makefile	Wed Jul 11 16:22:44 2018	(r474459)
+++ head/devel/amd64-binutils/Makefile	Wed Jul 11 16:22:54 2018	(r474460)
@@ -7,6 +7,5 @@ PLIST=	${.CURDIR}/pkg-plist
 MASTERDIR=	${.CURDIR}/../binutils
 
 BUTARGET=	x86_64-unknown-${OPSYS:tl}${OSREL}
-NAMEDTARGET=	amd64-${OPSYS:tl}
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list