diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-25 18:55:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-25 18:55:23 +0000 |
commit | e24c539e8ed56314135cc92f05d30371ac0adfc8 (patch) | |
tree | 769aeb26b4f3957c9203e7d2b6fb452dd229bfc4 /emulators/linux_base-rh-9 | |
parent | Update to 3.0.1 (diff) |
Use MASTER_SITE_REDHAT_LINUX.
Notes
Notes:
svn path=/head/; revision=63557
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index e767da3661c7..e6abd2b2a4a3 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -9,7 +9,8 @@ PORTNAME= linux_base PORTVERSION= 7.1 PORTREVISION= 0 CATEGORIES= 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_GLIBC_COMMON} \ redhat-release-7.1-1.noarch.rpm \ ${RPM_SETUP} \ @@ -39,7 +40,8 @@ DISTFILES= ${RPM_GLIBC_COMMON} \ ${RPM_FREETYPE} \ ${RPM_XFREE86_LIBS} -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= ports@FreeBSD.org @@ -59,16 +61,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.redhat.com/pub/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> UPDATES= zlib-1.1.3-25.7.${MACHINE_ARCH}.rpm |