diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-17 11:15:17 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-17 11:15:17 +0800 |
commit | b4d17b23720de9d9a76609a5bc24744519830c28 (patch) | |
tree | 515eaccec644c9c5af4a46c5696f6dd735bdcea7 /devel/sh-rtems-g77 | |
parent | e6c9b4c9347b8881ed32a31ee3074571f3a628f7 (diff) | |
download | freebsd-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/sh-rtems-g77')
-rw-r--r-- | devel/sh-rtems-g77/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/sh-rtems-g77/Makefile b/devel/sh-rtems-g77/Makefile index 6c15b8018f56..b594683dcf36 100644 --- a/devel/sh-rtems-g77/Makefile +++ b/devel/sh-rtems-g77/Makefile @@ -10,4 +10,6 @@ PORTNAME= g77 MAINTAINER= jeh@FreeBSD.org LCLTARGET= sh-rtems + .include "${.CURDIR}/../i386-rtems-g77/Makefile" +MASTERDIR= ${MASTERDIR}/i386-rtems-g77 |