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/mips-rtems-g77 | |
parent | f9d62b9319e1ee30d86147336d87e9bfa70a97b4 (diff) |
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/mips-rtems-g77')
-rw-r--r-- | devel/mips-rtems-g77/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/mips-rtems-g77/Makefile b/devel/mips-rtems-g77/Makefile index 1aa25d040dbd..e060d9734da5 100644 --- a/devel/mips-rtems-g77/Makefile +++ b/devel/mips-rtems-g77/Makefile @@ -10,4 +10,6 @@ PORTNAME= g77 MAINTAINER= jeh@FreeBSD.org LCLTARGET= mips-rtems + .include "${.CURDIR}/../i386-rtems-g77/Makefile" +MASTERDIR= ${MASTERDIR}/i386-rtems-g77 |