diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
commit | baad3bbbdc74e752064026a9f69405f282dd35a5 (patch) | |
tree | 5440723b636cbd99df68301b38ddb27d711a43ac /devel/sparc-rtems-binutils | |
parent | f9d62b9319e1ee30d86147336d87e9bfa70a97b4 (diff) | |
download | ports-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-binutils')
-rw-r--r-- | devel/sparc-rtems-binutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sparc-rtems-binutils/Makefile b/devel/sparc-rtems-binutils/Makefile index 704fc3d411be..00eb715a5555 100644 --- a/devel/sparc-rtems-binutils/Makefile +++ b/devel/sparc-rtems-binutils/Makefile @@ -10,4 +10,6 @@ PORTNAME= binutils MAINTAINER= jeh@FreeBSD.org LCLTARGET= sparc-rtems -.include "${.CURDIR}/../i386-rtems-binutils/Makefile" + +MASTERDIR= ${.CURDIR}/../i386-rtems-binutils +.include "${MASTERDIR}/Makefile" |