aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-17 12:50:59 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-17 12:50:59 +0800
commit4395921edb159666a1a338bf0688ed945a513ed8 (patch)
treefd34f614149c4d3eaaed09d8edf8351d028b0405
parentee7d4fe72fa0c685b036a333f15cc247cff09c6c (diff)
downloadfreebsd-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/Makefile2
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"