diff options
author | rene <rene@FreeBSD.org> | 2013-03-11 17:13:14 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-03-11 17:13:14 +0800 |
commit | b7e392039553e274ebe70d04c889530e55d1960e (patch) | |
tree | 96f35970e0a06284043b2481b1b13576d3c74948 /emulators | |
parent | d97e1b6a0dfb01d7e2d43416a2750c966a8a2f33 (diff) | |
download | freebsd-ports-gnome-b7e392039553e274ebe70d04c889530e55d1960e.tar.gz freebsd-ports-gnome-b7e392039553e274ebe70d04c889530e55d1960e.tar.zst freebsd-ports-gnome-b7e392039553e274ebe70d04c889530e55d1960e.zip |
- Fix fetch [1]
- Convert Makefile header
- Slightly pet portlint
Submitted by: tijl@ via freebsd-emulation@ [1]
Tested with: 'make checksum' (before and after)
Diffstat (limited to 'emulators')
-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 |