diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-10-16 00:22:08 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-10-16 00:22:08 +0000 |
commit | 6602612e39792614e5847c828c1d405d576a7f5b (patch) | |
tree | b34dd2e80b6f4e38d415a3f9ccc170dfb311d249 /devel/i386-rtems-objc | |
parent | o update to 0.50 (diff) |
Minor update in where the files are fetched from. Maybe now
I will stop getting "Unfetchable distfiles" message for files that
do get fetched in the real-world (tm). Suggested by sf, and changed.
Also update i386-rtems-g77/Makefile: s/F77/G77/g
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=48825
Diffstat (limited to 'devel/i386-rtems-objc')
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index 3c59beb4f298..f5efeb16fb0e 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 2.95.3 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= newlib -DISTFILES= ${OBJCNAME}.tar.gz ${NEWLIBNAME}.tar.gz +MASTER_SITE_SUBDIR= newlib gcc/releases/${OBJCNAME} +DISTFILES= ${NEWLIBNAME}.tar.gz ${OBJCNAME}.tar.gz PATCHFILES= ${OBJCNAME}-rtems-20010622a.diff \ ${NEWLIBNAME}-rtems-20010622.diff PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ |