diff options
author | ade <ade@FreeBSD.org> | 2000-09-26 14:46:24 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-26 14:46:24 +0000 |
commit | b543622e3feb26cc37c4ebad28d39aeba829084c (patch) | |
tree | 1f4b579d3230ad4708aa5707b65db79b633280ae | |
parent | 933f6ff277c4e87f98af556715ea3ffa3d3e863a (diff) | |
download | FreeBSD-ports-b543622e3feb26cc37c4ebad28d39aeba829084c.zip FreeBSD-ports-b543622e3feb26cc37c4ebad28d39aeba829084c.tar.gz |
Use MASTER_SITE_GNU
PR: 21547
Submitted by: maintainer
-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 77fa084..a086a83 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/ |