Date: Tue, 3 Jan 2017 07:33:04 -0600 From: John Marino <freebsd.contact@marino.st> To: Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r430452 - head/sysutils/arcconf Message-ID: <cb366e36-5331-837f-981f-4ca6b0b995d4@marino.st> In-Reply-To: <201701031059.v03AxeZr036985@repo.freebsd.org> References: <201701031059.v03AxeZr036985@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1/3/2017 04:59, Mathieu Arnold wrote: > 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 > Unless I'm missing something, that wasn't redundant. For example, if OPSYS equals "DragonFly", it was a quite important line. Right? John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb366e36-5331-837f-981f-4ca6b0b995d4>