aboutsummaryrefslogtreecommitdiff
path: root/devel/sparc-rtems-objc
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-17 03:15:17 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-17 03:15:17 +0000
commitbaad3bbbdc74e752064026a9f69405f282dd35a5 (patch)
tree5440723b636cbd99df68301b38ddb27d711a43ac /devel/sparc-rtems-objc
parentf9d62b9319e1ee30d86147336d87e9bfa70a97b4 (diff)
downloadports-baad3bbbdc74e752064026a9f69405f282dd35a5.tar.gz
ports-baad3bbbdc74e752064026a9f69405f282dd35a5.zip
Fix the usage of MASTERDIR in both the slave and master port as mentioned
in PR: 59254
Notes
Notes: svn path=/head/; revision=94145
Diffstat (limited to 'devel/sparc-rtems-objc')
-rw-r--r--devel/sparc-rtems-objc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sparc-rtems-objc/Makefile b/devel/sparc-rtems-objc/Makefile
index fd2c1cd1f4bc..2549c7b585b6 100644
--- a/devel/sparc-rtems-objc/Makefile
+++ b/devel/sparc-rtems-objc/Makefile
@@ -10,4 +10,6 @@ PORTNAME= objc
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= sparc-rtems
-.include "${.CURDIR}/../i386-rtems-objc/Makefile"
+
+MASTERDIR= ${.CURDIR}/../i386-rtems-objc
+.include "${MASTERDIR}/Makefile"