diff options
author | ade <ade@FreeBSD.org> | 2000-09-26 22:46:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-26 22:46:24 +0800 |
commit | b543622e3feb26cc37c4ebad28d39aeba829084c (patch) | |
tree | 1f4b579d3230ad4708aa5707b65db79b633280ae /devel | |
parent | 933f6ff277c4e87f98af556715ea3ffa3d3e863a (diff) | |
download | freebsd-ports-gnome-b543622e3feb26cc37c4ebad28d39aeba829084c.tar.gz freebsd-ports-gnome-b543622e3feb26cc37c4ebad28d39aeba829084c.tar.zst freebsd-ports-gnome-b543622e3feb26cc37c4ebad28d39aeba829084c.zip |
Use MASTER_SITE_GNU
PR: 21547
Submitted by: maintainer
Diffstat (limited to 'devel')
-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/ |