Index: head/devel/arm-gnueabi-binutils/Makefile =================================================================== --- head/devel/arm-gnueabi-binutils/Makefile (revision 370628) +++ head/devel/arm-gnueabi-binutils/Makefile (revision 370629) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTREVISION= 2 COMMENT= GNU binutils for arm cross-development PKGNAMEPREFIX= arm-gnueabi- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Index: head/devel/i386-linux-binutils/Makefile =================================================================== --- head/devel/i386-linux-binutils/Makefile (revision 370628) +++ head/devel/i386-linux-binutils/Makefile (revision 370629) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTREVISION= 1 COMMENT= GNU binutils for linux i386 cross-development PKGNAMEPREFIX= i386-linux- BUTARGET= i386-pc-linux-gnu PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Index: head/devel/mips-binutils/Makefile =================================================================== --- head/devel/mips-binutils/Makefile (revision 370628) +++ head/devel/mips-binutils/Makefile (revision 370629) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTREVISION= 2 COMMENT= GNU binutils for mips64 cross-development PKGNAMEPREFIX= mips- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Index: head/devel/mips64-binutils/Makefile =================================================================== --- head/devel/mips64-binutils/Makefile (revision 370628) +++ head/devel/mips64-binutils/Makefile (revision 370629) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTREVISION= 2 COMMENT= GNU binutils for mips64 cross-development PKGNAMEPREFIX= mips64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Index: head/devel/powerpc64-binutils/Makefile =================================================================== --- head/devel/powerpc64-binutils/Makefile (revision 370628) +++ head/devel/powerpc64-binutils/Makefile (revision 370629) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTREVISION= 2 COMMENT= GNU binutils for powerpc64 cross-development PKGNAMEPREFIX= powerpc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Index: head/devel/sparc64-binutils/Makefile =================================================================== --- head/devel/sparc64-binutils/Makefile (revision 370628) +++ head/devel/sparc64-binutils/Makefile (revision 370629) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTREVISION= 3 COMMENT= GNU binutils for sparc64 cross-development PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Index: head/devel/sparc64-gcc/Makefile =================================================================== --- head/devel/sparc64-gcc/Makefile (revision 370628) +++ head/devel/sparc64-gcc/Makefile (revision 370629) @@ -1,8 +1,8 @@ # $FreeBSD$ PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../powerpc64-gcc/ +MASTERDIR= ${.CURDIR}/../powerpc64-gcc .include "${MASTERDIR}/Makefile" Index: head/devel/sparc64-xtoolchain-gcc/Makefile =================================================================== --- head/devel/sparc64-xtoolchain-gcc/Makefile (revision 370628) +++ head/devel/sparc64-xtoolchain-gcc/Makefile (revision 370629) @@ -1,8 +1,8 @@ # $FreeBSD$ PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../powerpc64-xtoolchain-gcc/ +MASTERDIR= ${.CURDIR}/../powerpc64-xtoolchain-gcc .include "${MASTERDIR}/Makefile"