svn commit: r431253 - head/sysutils/arcconf

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 12 11:38:23 UTC 2017


Author: amdmi3
Date: Thu Jan 12 11:38:22 2017
New Revision: 431253
URL: https://svnweb.freebsd.org/changeset/ports/431253

Log:
  - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/arcconf/Makefile

Modified: head/sysutils/arcconf/Makefile
==============================================================================
--- head/sysutils/arcconf/Makefile	Thu Jan 12 11:37:03 2017	(r431252)
+++ head/sysutils/arcconf/Makefile	Thu Jan 12 11:38:22 2017	(r431253)
@@ -26,8 +26,6 @@ NO_CDROM=	May not be redistributed in bi
 
 .if ${OPSYS} != FreeBSD
 IGNORE=		installs incompatible binaries for FreeBSD
-.elif ${OSVERSION} < 1000000
-DIST_OSVER=	9
 .else
 DIST_OSVER=	10
 .endif


More information about the svn-ports-all mailing list