Date: Thu, 12 Jan 2017 11:38:22 +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: r431253 - head/sysutils/arcconf Message-ID: <201701121138.v0CBcMkb029853@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701121138.v0CBcMkb029853>