diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-17 12:50:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-17 12:50:59 +0800 |
commit | 4395921edb159666a1a338bf0688ed945a513ed8 (patch) | |
tree | fd34f614149c4d3eaaed09d8edf8351d028b0405 | |
parent | ee7d4fe72fa0c685b036a333f15cc247cff09c6c (diff) | |
download | freebsd-ports-gnome-4395921edb159666a1a338bf0688ed945a513ed8.tar.gz freebsd-ports-gnome-4395921edb159666a1a338bf0688ed945a513ed8.tar.zst freebsd-ports-gnome-4395921edb159666a1a338bf0688ed945a513ed8.zip |
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.
-rw-r--r-- | devel/aarch64-binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/aarch64-binutils/Makefile b/devel/aarch64-binutils/Makefile index c3ef29c937f3..17e61a532573 100644 --- a/devel/aarch64-binutils/Makefile +++ b/devel/aarch64-binutils/Makefile @@ -4,6 +4,6 @@ COMMENT= GNU binutils for AArch64 cross-development PKGNAMEPREFIX= aarch64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" |