svn commit: r396034 - head/sysutils/bsdconfig

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 3 18:50:36 UTC 2015


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:


More information about the svn-ports-all mailing list