diff options
author | James E. Housley <jeh@FreeBSD.org> | 2002-07-10 12:33:03 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2002-07-10 12:33:03 +0000 |
commit | f66ce50173c11078aa119e6041063e534477800f (patch) | |
tree | eeee1bfb29c220f5e5c9752bb7b8b18f9024122d /devel/i386-rtems-g77 | |
parent | 3a5a5061367cf2085fa839fec2bc35965b70e17a (diff) | |
download | ports-f66ce50173c11078aa119e6041063e534477800f.tar.gz ports-f66ce50173c11078aa119e6041063e534477800f.zip |
Notes
Diffstat (limited to 'devel/i386-rtems-g77')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index dc8b32510296..b8e4cf366606 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -9,9 +9,12 @@ PORTNAME= g77 PORTVERSION= 2.95.3 PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= newlib gcc/releases/${G77NAME} -DISTFILES= ${NEWLIBNAME}.tar.gz ${G77NAME}.tar.gz +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ + ${MASTER_SITE_SOURCEWARE:S/$/:gcc/} +MASTER_SITE_SUBDIR= newlib \ + gcc/releases/${G77NAME}/:gcc +DISTFILES= ${NEWLIBNAME}.tar.gz \ + ${G77NAME}.tar.gz:gcc PATCHFILES= ${G77NAME}-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-g77 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 |