diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-07-02 23:19:10 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-07-02 23:19:10 +0000 |
commit | 74452eef3cf81c747ad6bafb223dc4add48c5ec6 (patch) | |
tree | a8875007e9dca3ef85b66d23802c211da586531c /devel/i386-rtems-gcc/Makefile | |
parent | c398dcb8664a0e3adac57b9484887bd4251cb8e6 (diff) |
Notes
Diffstat (limited to 'devel/i386-rtems-gcc/Makefile')
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index 5c2b24567473..f375fe4046d8 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -9,8 +9,8 @@ PORTNAME= gcc PORTVERSION= 2.95.2 PORTREVISION= 22 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ - http://rtems.thehousleys.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} +MASTER_SITE_SUBDIR= newlib DISTFILES= ${GCCNAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${GCCNAME}-rtems-20010221.diff \ ${NEWLIBNAME}-rtems-20010221.diff @@ -19,8 +19,6 @@ PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ MAINTAINER= jeh@FreeBSD.org -DIST_SUBDIR= rtems - LCLTARGET?= i386-rtems GCCNAME= gcc-2.95.2 @@ -28,6 +26,7 @@ NEWLIBNAME= newlib-1.9.0 MASTERDIR= ${.CURDIR}/../i386-rtems-gcc PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +FETCH_DEPENDS= /nonexistent:${PORTSDIR}/devel/rtems-gcc:extract BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \ ${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils |