Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2016 04:50:59 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426276 - head/devel/aarch64-binutils
Message-ID:  <201611170450.uAH4oxnO023024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Nov 17 04:50:59 2016
New Revision: 426276
URL: https://svnweb.freebsd.org/changeset/ports/426276

Log:
  Remove the trailing slash from MASTERDIR to be in accordance with the
  other -binutils ports.  This fixes MASTER_PORT into not being an absolute
  path.

Modified:
  head/devel/aarch64-binutils/Makefile

Modified: head/devel/aarch64-binutils/Makefile
==============================================================================
--- head/devel/aarch64-binutils/Makefile	Thu Nov 17 04:39:41 2016	(r426275)
+++ head/devel/aarch64-binutils/Makefile	Thu Nov 17 04:50:59 2016	(r426276)
@@ -4,6 +4,6 @@ COMMENT=	GNU binutils for AArch64 cross-
 PKGNAMEPREFIX=	aarch64-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../binutils/
+MASTERDIR=	${.CURDIR}/../binutils
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611170450.uAH4oxnO023024>