summaryrefslogtreecommitdiffstats
path: root/devel/sparc-rtems-gcc
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2003-11-17 03:15:17 +0000
committerjeh <jeh@FreeBSD.org>2003-11-17 03:15:17 +0000
commitb4d17b23720de9d9a76609a5bc24744519830c28 (patch)
tree515eaccec644c9c5af4a46c5696f6dd735bdcea7 /devel/sparc-rtems-gcc
parente6c9b4c9347b8881ed32a31ee3074571f3a628f7 (diff)
downloadFreeBSD-ports-b4d17b23720de9d9a76609a5bc24744519830c28.zip
FreeBSD-ports-b4d17b23720de9d9a76609a5bc24744519830c28.tar.gz
Fix the usage of MASTERDIR in both the slave and master port as mentioned
in PR: 59254
Diffstat (limited to 'devel/sparc-rtems-gcc')
-rw-r--r--devel/sparc-rtems-gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sparc-rtems-gcc/Makefile b/devel/sparc-rtems-gcc/Makefile
index 2218587..0ecf13c 100644
--- a/devel/sparc-rtems-gcc/Makefile
+++ b/devel/sparc-rtems-gcc/Makefile
@@ -11,4 +11,5 @@ MAINTAINER= jeh@FreeBSD.org
RTEMS_ARCH= sparc
-.include "${.CURDIR}/../i386-rtems-gcc/Makefile"
+MASTERDIR= ${.CURDIR}/../i386-rtems-gcc
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud