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-chill/Makefile | |
parent | c398dcb8664a0e3adac57b9484887bd4251cb8e6 (diff) |
Notes
Diffstat (limited to 'devel/i386-rtems-chill/Makefile')
-rw-r--r-- | devel/i386-rtems-chill/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/i386-rtems-chill/Makefile b/devel/i386-rtems-chill/Makefile index afdbac7b24dd..6e411058285c 100644 --- a/devel/i386-rtems-chill/Makefile +++ b/devel/i386-rtems-chill/Makefile @@ -9,8 +9,8 @@ PORTNAME= chill 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= ${CHILLNAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${CHILLNAME}-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 CHILLNAME= gcc-2.95.2 @@ -28,6 +26,7 @@ NEWLIBNAME= newlib-1.9.0 MASTERDIR= ${.CURDIR}/../i386-rtems-chill 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 |