diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-03-11 09:13:14 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-03-11 09:13:14 +0000 |
commit | e2bc8f6f34d8078061d27a5fda29101d6d4f919c (patch) | |
tree | 96f35970e0a06284043b2481b1b13576d3c74948 /emulators/linux_base-c6 | |
parent | 37511bb87cfe202b46b7178a95201d9e09a2bd10 (diff) | |
download | ports-e2bc8f6f34d8078061d27a5fda29101d6d4f919c.tar.gz ports-e2bc8f6f34d8078061d27a5fda29101d6d4f919c.zip |
Notes
Diffstat (limited to 'emulators/linux_base-c6')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 5bc1081307d8..aa2feebaee32 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -1,17 +1,10 @@ -# New ports collection makefile for: emulators/linux_base-c6 -# Date created: 2012-03-10 -# Whom: Svyatoslav Lempert <svyatoslav.lempert@gmail dot com> -# +# Created by: Svyatoslav Lempert <svyatoslav.lempert@gmail dot com> # $FreeBSD$ -# PORTNAME= c6 PORTVERSION= 6.2 CATEGORIES= emulators linux -MASTER_SITES= http://mirror.yandex.ru/centos/${PORTVERSION}/os/i386/Packages/ \ - http://mirrors.kernel.org/centos/${PORTVERSION}/os/i386/Packages/ \ - http://mirror.centos.org/centos/${PORTVERSION}/os/i386/Packages/ - +MASTER_SITES= http://vault.centos.org/${PORTVERSION}/os/i386/Packages/ PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/${PORTVERSION} @@ -63,8 +56,6 @@ BIN_DISTFILES= basesystem-10.0-4.el6.noarch.rpm \ .if defined(PACKAGE_BUILDING) -MASTER_SITES+= http://vault.centos.org/6.2/os/Source/SPackages/ - SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \ bash-4.1.2-8.el6.centos.src.rpm \ bzip2-1.0.5-7.el6_0.src.rpm \ @@ -121,7 +112,6 @@ PLIST_SUB= GLIBCVER="2.12" # - research what are the important differences between 2.6.16 and 2.6.18, and # if we need to add something to the linuxulator - RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm |