mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix fetch [1]
- Convert Makefile header - Slightly pet portlint Submitted by: tijl@ via freebsd-emulation@ [1] Tested with: 'make checksum' (before and after)
This commit is contained in:
parent
37511bb87c
commit
e2bc8f6f34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313862
1 changed files with 2 additions and 12 deletions
|
@ -1,17 +1,10 @@
|
||||||
# New ports collection makefile for: emulators/linux_base-c6
|
# Created by: Svyatoslav Lempert <svyatoslav.lempert@gmail dot com>
|
||||||
# Date created: 2012-03-10
|
|
||||||
# Whom: Svyatoslav Lempert <svyatoslav.lempert@gmail dot com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= c6
|
PORTNAME= c6
|
||||||
PORTVERSION= 6.2
|
PORTVERSION= 6.2
|
||||||
CATEGORIES= emulators linux
|
CATEGORIES= emulators linux
|
||||||
MASTER_SITES= http://mirror.yandex.ru/centos/${PORTVERSION}/os/i386/Packages/ \
|
MASTER_SITES= http://vault.centos.org/${PORTVERSION}/os/i386/Packages/
|
||||||
http://mirrors.kernel.org/centos/${PORTVERSION}/os/i386/Packages/ \
|
|
||||||
http://mirror.centos.org/centos/${PORTVERSION}/os/i386/Packages/
|
|
||||||
|
|
||||||
PKGNAMEPREFIX= linux_base-
|
PKGNAMEPREFIX= linux_base-
|
||||||
DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES}
|
DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES}
|
||||||
DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/${PORTVERSION}
|
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)
|
.if defined(PACKAGE_BUILDING)
|
||||||
|
|
||||||
MASTER_SITES+= http://vault.centos.org/6.2/os/Source/SPackages/
|
|
||||||
|
|
||||||
SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \
|
SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \
|
||||||
bash-4.1.2-8.el6.centos.src.rpm \
|
bash-4.1.2-8.el6.centos.src.rpm \
|
||||||
bzip2-1.0.5-7.el6_0.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
|
# - research what are the important differences between 2.6.16 and 2.6.18, and
|
||||||
# if we need to add something to the linuxulator
|
# if we need to add something to the linuxulator
|
||||||
|
|
||||||
|
|
||||||
RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio
|
RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio
|
||||||
|
|
||||||
EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm
|
EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm
|
||||||
|
|
Loading…
Add table
Reference in a new issue