diff options
author | jeh <jeh@FreeBSD.org> | 2002-07-10 20:33:03 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-07-10 20:33:03 +0800 |
commit | ce3dd1179d611d92e50755e260b5635dcb825f58 (patch) | |
tree | 9702559877ee3198735d6b5d7f4fd706cc2119d2 /devel/i386-rtems-objc/Makefile | |
parent | 37612253965531eb6df999f12a4b8b731d08f960 (diff) | |
download | freebsd-ports-gnome-ce3dd1179d611d92e50755e260b5635dcb825f58.tar.gz freebsd-ports-gnome-ce3dd1179d611d92e50755e260b5635dcb825f58.tar.zst freebsd-ports-gnome-ce3dd1179d611d92e50755e260b5635dcb825f58.zip |
Update to use the new grouping capability. This allows the removal
of the rtems-gcc hack to fetch the files from a different subdir
then newlib lived in. Remove devel/rtems-gcc
No functionality change so no PORTREVSION bump.
Diffstat (limited to 'devel/i386-rtems-objc/Makefile')
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index f5efeb16fb0e..1d8a7fd5c90a 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -9,9 +9,12 @@ PORTNAME= objc PORTVERSION= 2.95.3 PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= newlib gcc/releases/${OBJCNAME} -DISTFILES= ${NEWLIBNAME}.tar.gz ${OBJCNAME}.tar.gz +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ + ${MASTER_SITE_SOURCEWARE:S/$/:gcc/} +MASTER_SITE_SUBDIR= newlib \ + gcc/releases/${OBJCNAME}/:gcc +DISTFILES= ${NEWLIBNAME}.tar.gz \ + ${OBJCNAME}.tar.gz:gcc PATCHFILES= ${OBJCNAME}-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-objc 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 |