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-gcj/Makefile | |
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-gcj/Makefile')
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 6a72860c5c8b..3efae046a7f5 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 2.95.3 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= newlib -DISTFILES= ${JAVANAME}.tar.gz ${NEWLIBNAME}.tar.gz +MASTER_SITE_SUBDIR= newlib gcc/releases/${JAVANAME} +DISTFILES= ${NEWLIBNAME}.tar.gz ${JAVANAME}.tar.gz PATCHFILES= ${JAVANAME}-rtems-20010622a.diff \ ${NEWLIBNAME}-rtems-20010622.diff PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ |