svn commit: r426276 - head/devel/aarch64-binutils

Mark Linimon linimon at FreeBSD.org
Thu Nov 17 04:51:01 UTC 2016


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"


More information about the svn-ports-all mailing list