aboutsummaryrefslogtreecommitdiffstats
path: root/devel/m68k-rtems-binutils
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2003-11-17 11:15:17 +0800
committerjeh <jeh@FreeBSD.org>2003-11-17 11:15:17 +0800
commitb4d17b23720de9d9a76609a5bc24744519830c28 (patch)
tree515eaccec644c9c5af4a46c5696f6dd735bdcea7 /devel/m68k-rtems-binutils
parente6c9b4c9347b8881ed32a31ee3074571f3a628f7 (diff)
downloadfreebsd-ports-gnome-b4d17b23720de9d9a76609a5bc24744519830c28.tar.gz
freebsd-ports-gnome-b4d17b23720de9d9a76609a5bc24744519830c28.tar.zst
freebsd-ports-gnome-b4d17b23720de9d9a76609a5bc24744519830c28.zip
Fix the usage of MASTERDIR in both the slave and master port as mentioned
in PR: 59254
Diffstat (limited to 'devel/m68k-rtems-binutils')
-rw-r--r--devel/m68k-rtems-binutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/m68k-rtems-binutils/Makefile b/devel/m68k-rtems-binutils/Makefile
index 468f34f8648e..7c32bf51db60 100644
--- a/devel/m68k-rtems-binutils/Makefile
+++ b/devel/m68k-rtems-binutils/Makefile
@@ -10,4 +10,6 @@ PORTNAME= binutils
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= m68k-rtems
-.include "${.CURDIR}/../i386-rtems-binutils/Makefile"
+
+MASTERDIR= ${.CURDIR}/../i386-rtems-binutils
+.include "${MASTERDIR}/Makefile"