diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-26 14:46:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-26 14:46:24 +0000 |
commit | f801728810577a1be2d23c3b8f8ad69ce0f6d6a2 (patch) | |
tree | 281695ff5a6913deab3c4ee02bc19e51f7aaa264 /devel/i386-rtems-gdb | |
parent | cd82b113e9d79242926698e6554ccd89da9681ee (diff) | |
download | ports-f801728810577a1be2d23c3b8f8ad69ce0f6d6a2.tar.gz ports-f801728810577a1be2d23c3b8f8ad69ce0f6d6a2.zip |
Use MASTER_SITE_GNU
PR: 21547
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=33142
Diffstat (limited to 'devel/i386-rtems-gdb')
-rw-r--r-- | devel/i386-rtems-gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/i386-rtems-gdb/Makefile b/devel/i386-rtems-gdb/Makefile index 77fa084930f8..a086a838c10c 100644 --- a/devel/i386-rtems-gdb/Makefile +++ b/devel/i386-rtems-gdb/Makefile @@ -9,8 +9,8 @@ PORTNAME= gdb PORTVERSION= 5.0 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ - http://rtems.thehousleys.net/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gdb PATCHFILES= ${GDBNAME}-rtems-20000718.diff.gz PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ |