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 /devel/linux_devtools-7 | |
parent | d60fc8fe7b47d6fdd244a858ca57dbdd2358839c (diff) | |
download | ports-e24c539e8ed56314135cc92f05d30371ac0adfc8.tar.gz ports-e24c539e8ed56314135cc92f05d30371ac0adfc8.zip |
Notes
Diffstat (limited to 'devel/linux_devtools-7')
-rw-r--r-- | devel/linux_devtools-7/Makefile | 17 |
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") |