Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2017 10:59:40 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430452 - head/sysutils/arcconf
Message-ID:  <201701031059.v03AxeZr036985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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