summaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gcj
diff options
context:
space:
mode:
Diffstat (limited to 'devel/i386-rtems-gcj')
-rw-r--r--devel/i386-rtems-gcj/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile
index 3efae046a7f5..48891ccf1a38 100644
--- a/devel/i386-rtems-gcj/Makefile
+++ b/devel/i386-rtems-gcj/Makefile
@@ -9,9 +9,12 @@ PORTNAME= gcj
PORTVERSION= 2.95.3
PORTREVISION= 0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
-MASTER_SITE_SUBDIR= newlib gcc/releases/${JAVANAME}
-DISTFILES= ${NEWLIBNAME}.tar.gz ${JAVANAME}.tar.gz
+MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
+ ${MASTER_SITE_SOURCEWARE:S/$/:gcc/}
+MASTER_SITE_SUBDIR= newlib \
+ gcc/releases/${JAVANAME}/:gcc
+DISTFILES= ${NEWLIBNAME}.tar.gz \
+ ${JAVANAME}.tar.gz:gcc
PATCHFILES= ${JAVANAME}-rtems-20010622a.diff \
${NEWLIBNAME}-rtems-20010622.diff
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
@@ -26,7 +29,6 @@ NEWLIBNAME= newlib-1.9.0
MASTERDIR= ${.CURDIR}/../i386-rtems-gcj
PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET}
-FETCH_DEPENDS= /nonexistent:${PORTSDIR}/devel/rtems-gcc:extract
BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \
${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc
RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc