svn commit: r430452 - head/sysutils/arcconf

Mathieu Arnold mat at FreeBSD.org
Tue Jan 3 10:59:41 UTC 2017


Author: mat
Date: Tue Jan  3 10:59:40 2017
New Revision: 430452
URL: https://svnweb.freebsd.org/changeset/ports/430452

Log:
  Remove redundant code.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/arcconf/Makefile   (contents, props changed)

Modified: head/sysutils/arcconf/Makefile
==============================================================================
--- head/sysutils/arcconf/Makefile	Tue Jan  3 10:06:56 2017	(r430451)
+++ head/sysutils/arcconf/Makefile	Tue Jan  3 10:59:40 2017	(r430452)
@@ -32,10 +32,6 @@ DIST_OSVER=	9
 DIST_OSVER=	10
 .endif
 
-.if ${OPSYS} != FreeBSD
-IGNORE=		installs incompatible binaries for FreeBSD
-.endif
-
 .if ${ARCH} == amd64
 DIST_EXT=	_x64
 .elif ${ARCH} == i386


More information about the svn-ports-all mailing list