diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-11 09:22:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-11 09:22:51 +0000 |
commit | 09672b43748e05bed5039d1c2a45b9a4540cb515 (patch) | |
tree | 747011efbfdc742a70c9f888cbcf1dba8c9ceeea | |
parent | e09b5271a5c30137a7ce3e15a127c9ca4c7c594f (diff) |
Notes
-rw-r--r-- | devel/arm-gnueabi-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-linux-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/mips-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/mips64-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/powerpc64-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/sparc64-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/sparc64-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/sparc64-xtoolchain-gcc/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/devel/arm-gnueabi-binutils/Makefile b/devel/arm-gnueabi-binutils/Makefile index 53f180b4e35c..d1343bd335e2 100644 --- a/devel/arm-gnueabi-binutils/Makefile +++ b/devel/arm-gnueabi-binutils/Makefile @@ -5,6 +5,6 @@ COMMENT= GNU binutils for arm cross-development PKGNAMEPREFIX= arm-gnueabi- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" diff --git a/devel/i386-linux-binutils/Makefile b/devel/i386-linux-binutils/Makefile index c9e85fd119a1..d92aabbb5c78 100644 --- a/devel/i386-linux-binutils/Makefile +++ b/devel/i386-linux-binutils/Makefile @@ -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" diff --git a/devel/mips-binutils/Makefile b/devel/mips-binutils/Makefile index af4475aedebd..31658045d6f9 100644 --- a/devel/mips-binutils/Makefile +++ b/devel/mips-binutils/Makefile @@ -5,6 +5,6 @@ COMMENT= GNU binutils for mips64 cross-development PKGNAMEPREFIX= mips- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" diff --git a/devel/mips64-binutils/Makefile b/devel/mips64-binutils/Makefile index f816ae07dd26..9101705cc710 100644 --- a/devel/mips64-binutils/Makefile +++ b/devel/mips64-binutils/Makefile @@ -5,6 +5,6 @@ COMMENT= GNU binutils for mips64 cross-development PKGNAMEPREFIX= mips64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" diff --git a/devel/powerpc64-binutils/Makefile b/devel/powerpc64-binutils/Makefile index c7f23027a215..11ea6f2d2bb6 100644 --- a/devel/powerpc64-binutils/Makefile +++ b/devel/powerpc64-binutils/Makefile @@ -5,6 +5,6 @@ COMMENT= GNU binutils for powerpc64 cross-development PKGNAMEPREFIX= powerpc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" diff --git a/devel/sparc64-binutils/Makefile b/devel/sparc64-binutils/Makefile index a9109b375036..e9d34b0e6778 100644 --- a/devel/sparc64-binutils/Makefile +++ b/devel/sparc64-binutils/Makefile @@ -5,6 +5,6 @@ COMMENT= GNU binutils for sparc64 cross-development PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" diff --git a/devel/sparc64-gcc/Makefile b/devel/sparc64-gcc/Makefile index 5d6f8aba65e7..006ef0bdf629 100644 --- a/devel/sparc64-gcc/Makefile +++ b/devel/sparc64-gcc/Makefile @@ -3,6 +3,6 @@ PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../powerpc64-gcc/ +MASTERDIR= ${.CURDIR}/../powerpc64-gcc .include "${MASTERDIR}/Makefile" diff --git a/devel/sparc64-xtoolchain-gcc/Makefile b/devel/sparc64-xtoolchain-gcc/Makefile index 0b20526d4824..712e68c51935 100644 --- a/devel/sparc64-xtoolchain-gcc/Makefile +++ b/devel/sparc64-xtoolchain-gcc/Makefile @@ -3,6 +3,6 @@ PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../powerpc64-xtoolchain-gcc/ +MASTERDIR= ${.CURDIR}/../powerpc64-xtoolchain-gcc .include "${MASTERDIR}/Makefile" |