Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 18:50:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396034 - head/sysutils/bsdconfig
Message-ID:  <201509031850.t83IoZWQ001093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  3 18:50:35 2015
New Revision: 396034
URL: https://svnweb.freebsd.org/changeset/ports/396034

Log:
  - Drop 8.x support

Modified:
  head/sysutils/bsdconfig/Makefile

Modified: head/sysutils/bsdconfig/Makefile
==============================================================================
--- head/sysutils/bsdconfig/Makefile	Thu Sep  3 18:50:28 2015	(r396033)
+++ head/sysutils/bsdconfig/Makefile	Thu Sep  3 18:50:35 2015	(r396034)
@@ -32,12 +32,8 @@ OPTIONS_DEFINE=	EXAMPLES
 
 .include <bsd.port.pre.mk>
 
-.if ${OPSYS} == FreeBSD
-.  if ${OSVERSION} < 900030
-IGNORE=	requires FreeBSD 9.0 or later
-.  endif
-.else
-IGNORE= is a FreeBSD-specific port
+.if ${OPSYS} != FreeBSD
+IGNORE= 	is a FreeBSD-specific port
 .endif
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031850.t83IoZWQ001093>