[Midnightbsd-cvs] mports [25054] trunk/emulators/linux_base-c6/Makefile: cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 15 21:25:04 EST 2019
Revision: 25054
http://svnweb.midnightbsd.org/mports/?rev=25054
Author: laffer1
Date: 2019-02-15 21:25:04 -0500 (Fri, 15 Feb 2019)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/emulators/linux_base-c6/Makefile
Modified: trunk/emulators/linux_base-c6/Makefile
===================================================================
--- trunk/emulators/linux_base-c6/Makefile 2019-02-16 02:23:21 UTC (rev 25053)
+++ trunk/emulators/linux_base-c6/Makefile 2019-02-16 02:25:04 UTC (rev 25054)
@@ -1,9 +1,7 @@
-# Created by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
-# $FreeBSD: head/emulators/linux_base-c6/Makefile 460331 2018-01-29 20:12:47Z tijl $
+# $MidnightBSD$
PORTNAME= c6
PORTVERSION= ${LINUX_DIST_VER}
-PORTREVISION= 6
CATEGORIES= emulators linux
PKGNAMEPREFIX= linux_base-
BIN_DISTNAMES= bash-4.1.2-48.el6 \
@@ -104,9 +102,11 @@
which-2.19-6.el6${SRC_SUFX}:SOURCE \
zlib-1.2.3-29.el6${SRC_SUFX}:SOURCE
-MAINTAINER= emulation at FreeBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= Base set of packages needed in Linux mode (Linux CentOS ${LINUX_DIST_VER})
+LICENSE= agg
+
PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB}
USES= linux:c6
USE_LINUX= # empty
@@ -121,11 +121,7 @@
.include <bsd.port.pre.mk>
-.if ${LINUX_ARCH} == x86_64 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100105
-SYSCTLMIB= kern.features.linux64
-.else
SYSCTLMIB= compat.linux.osrelease
-.endif
post-patch:
@${RM} -r ${REMOVE_DIRS:S|^|${WRKSRC}/|}
More information about the Midnightbsd-cvs
mailing list