aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-07-26 02:55:23 +0800
committerknu <knu@FreeBSD.org>2002-07-26 02:55:23 +0800
commit1508dd3b193674d5a842416e603be67e41c4e0cf (patch)
tree19f946bbc92f764cd736297b088ef55ef54fb74d /devel
parentf62dc6049c433b9cfce281f6e01c46b0d8076780 (diff)
downloadfreebsd-ports-gnome-1508dd3b193674d5a842416e603be67e41c4e0cf.tar.gz
freebsd-ports-gnome-1508dd3b193674d5a842416e603be67e41c4e0cf.tar.zst
freebsd-ports-gnome-1508dd3b193674d5a842416e603be67e41c4e0cf.zip
Use MASTER_SITE_REDHAT_LINUX.
Diffstat (limited to 'devel')
-rw-r--r--devel/linux_devtools-7/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile
index e9464777f27a..e4a753c976a5 100644
--- a/devel/linux_devtools-7/Makefile
+++ b/devel/linux_devtools-7/Makefile
@@ -8,7 +8,8 @@
PORTNAME= linux_devtools
PORTVERSION= 7.1
CATEGORIES= devel emulators linux
-MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g}
+MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
+MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS
DISTFILES= ${RPM_KERNEL_HEADERS} \
${RPM_GLIBC_DEVEL} \
${RPM_LIBSTDCXX_DEVEL} \
@@ -22,7 +23,8 @@ DISTFILES= ${RPM_KERNEL_HEADERS} \
${RPM_X_DEVEL}
EXTRACT_ONLY=
-PATCH_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g}
+PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX}
+PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}
PATCHFILES= ${UPDATES}
MAINTAINER= marcel@FreeBSD.org
@@ -43,17 +45,6 @@ MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
# Let's avoid hardcoding 'en' as the language.
LANG= en
-# XXX - Increase the number of mirrors. Favor those that also hold
-# the IA-64 packages.
-RPM_MIRRORS= \
- ftp://ftp.rutgers.edu/pub/redhat/__DIR__/ \
- ftp://ftp.redhat.com/redhat/__DIR__/ \
- ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \
- ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/
-
-STDDIR= linux/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS
-UPDDIR= linux/updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}
-
.include <bsd.port.pre.mk>
.if (${MACHINE_ARCH} == "i386")