diff options
author | knu <knu@FreeBSD.org> | 2002-07-26 03:07:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-26 03:07:27 +0800 |
commit | 6ea036ca0f8353e1a1963a8ea6f4aa445630398c (patch) | |
tree | a8d845111cf9be43d51b7d7ffac2ebeffd0ef8ec /devel/linux_devtools | |
parent | f3d64c34cab45a8fed47326ed6952855882f7840 (diff) | |
download | freebsd-ports-gnome-6ea036ca0f8353e1a1963a8ea6f4aa445630398c.tar.gz freebsd-ports-gnome-6ea036ca0f8353e1a1963a8ea6f4aa445630398c.tar.zst freebsd-ports-gnome-6ea036ca0f8353e1a1963a8ea6f4aa445630398c.zip |
Use MASTER_SITE_REDHAT_LINUX.
Diffstat (limited to 'devel/linux_devtools')
-rw-r--r-- | devel/linux_devtools/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile index 739c3bf3c489..990116d74712 100644 --- a/devel/linux_devtools/Makefile +++ b/devel/linux_devtools/Makefile @@ -8,7 +8,8 @@ PORTNAME= linux_devtools PORTVERSION= 6.1 CATEGORIES= devel emulators linux -MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} +MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} +MASTER_SITE_SUBDIR= ${PORTVERSION}/en/os/${MACHINE_ARCH}/RedHat/RPMS DISTFILES= ${RPM_KERNEL_HEADERS} \ ${RPM_GLIBC_DEVEL} \ make-3.77-6.${MACHINE_ARCH}.rpm \ @@ -19,7 +20,8 @@ DISTFILES= ${RPM_KERNEL_HEADERS} \ ${RPM_GDB} \ ${RPM_X_DEVEL} -PATCH_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g} +PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} +PATCH_SITE_SUBDIR= updates/${PORTVERSION}/en/os/${MACHINE_ARCH} PATCHFILES= MAINTAINER= marcel@FreeBSD.org @@ -37,19 +39,6 @@ NO_FILTER_SHLIBS= yes NO_MTREE= yes PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -RPM_MIRRORS= \ - ftp://ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/__DIR__/ \ - ftp://ftp.crc.ca/mirrors/by-site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://mirror.nucba.ac.jp/mirror/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.is.co.za/linux/distributions/redhat/__DIR__/ \ - ftp://mirror.aarnet.edu.au/pub/linux/redhat/__DIR__/ - -STDDIR= linux/6.1/en/os/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= linux/updates/6.1/en/os/${MACHINE_ARCH} - .include <bsd.port.pre.mk> .if (${MACHINE_ARCH} == "i386") |