svn commit: r370629 - in head/devel: arm-gnueabi-binutils i386-linux-binutils mips-binutils mips64-binutils powerpc64-binutils sparc64-binutils sparc64-gcc sparc64-xtoolchain-gcc

Antoine Brodin antoine at FreeBSD.org
Sat Oct 11 09:22:54 UTC 2014


Author: antoine
Date: Sat Oct 11 09:22:51 2014
New Revision: 370629
URL: https://svnweb.freebsd.org/changeset/ports/370629
QAT: https://qat.redports.org/buildarchive/r370629/

Log:
  Remove trailing / in MASTERDIR

Modified:
  head/devel/arm-gnueabi-binutils/Makefile
  head/devel/i386-linux-binutils/Makefile
  head/devel/mips-binutils/Makefile
  head/devel/mips64-binutils/Makefile
  head/devel/powerpc64-binutils/Makefile
  head/devel/sparc64-binutils/Makefile
  head/devel/sparc64-gcc/Makefile
  head/devel/sparc64-xtoolchain-gcc/Makefile

Modified: head/devel/arm-gnueabi-binutils/Makefile
==============================================================================
--- head/devel/arm-gnueabi-binutils/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/arm-gnueabi-binutils/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -5,6 +5,6 @@ COMMENT=	GNU binutils for arm cross-deve
 PKGNAMEPREFIX=	arm-gnueabi-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../binutils/
+MASTERDIR=	${.CURDIR}/../binutils
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/i386-linux-binutils/Makefile
==============================================================================
--- head/devel/i386-linux-binutils/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/i386-linux-binutils/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -6,6 +6,6 @@ PKGNAMEPREFIX=	i386-linux-
 BUTARGET=	i386-pc-linux-gnu
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../binutils/
+MASTERDIR=	${.CURDIR}/../binutils
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/mips-binutils/Makefile
==============================================================================
--- head/devel/mips-binutils/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/mips-binutils/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -5,6 +5,6 @@ COMMENT=	GNU binutils for mips64 cross-d
 PKGNAMEPREFIX=	mips-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../binutils/
+MASTERDIR=	${.CURDIR}/../binutils
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/mips64-binutils/Makefile
==============================================================================
--- head/devel/mips64-binutils/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/mips64-binutils/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -5,6 +5,6 @@ COMMENT=	GNU binutils for mips64 cross-d
 PKGNAMEPREFIX=	mips64-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../binutils/
+MASTERDIR=	${.CURDIR}/../binutils
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/powerpc64-binutils/Makefile
==============================================================================
--- head/devel/powerpc64-binutils/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/powerpc64-binutils/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -5,6 +5,6 @@ COMMENT=	GNU binutils for powerpc64 cros
 PKGNAMEPREFIX=	powerpc64-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../binutils/
+MASTERDIR=	${.CURDIR}/../binutils
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/sparc64-binutils/Makefile
==============================================================================
--- head/devel/sparc64-binutils/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/sparc64-binutils/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -5,6 +5,6 @@ COMMENT=	GNU binutils for sparc64 cross-
 PKGNAMEPREFIX=	sparc64-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../binutils/
+MASTERDIR=	${.CURDIR}/../binutils
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/sparc64-gcc/Makefile
==============================================================================
--- head/devel/sparc64-gcc/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/sparc64-gcc/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -3,6 +3,6 @@
 PKGNAMEPREFIX=	sparc64-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../powerpc64-gcc/
+MASTERDIR=	${.CURDIR}/../powerpc64-gcc
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/sparc64-xtoolchain-gcc/Makefile
==============================================================================
--- head/devel/sparc64-xtoolchain-gcc/Makefile	Sat Oct 11 09:12:17 2014	(r370628)
+++ head/devel/sparc64-xtoolchain-gcc/Makefile	Sat Oct 11 09:22:51 2014	(r370629)
@@ -3,6 +3,6 @@
 PKGNAMEPREFIX=	sparc64-
 PLIST=	${.CURDIR}/pkg-plist
 
-MASTERDIR=	${.CURDIR}/../powerpc64-xtoolchain-gcc/
+MASTERDIR=	${.CURDIR}/../powerpc64-xtoolchain-gcc
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list