Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:27:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448391 - head/sysutils/dmidecode
Message-ID:  <201708201227.v7KCR80I000594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 20 12:27:07 2017
New Revision: 448391
URL: https://svnweb.freebsd.org/changeset/ports/448391

Log:
  Pet portlint: move ONLY_FOR_ARCHS* upward

Modified:
  head/sysutils/dmidecode/Makefile

Modified: head/sysutils/dmidecode/Makefile
==============================================================================
--- head/sysutils/dmidecode/Makefile	Sun Aug 20 12:27:02 2017	(r448390)
+++ head/sysutils/dmidecode/Makefile	Sun Aug 20 12:27:07 2017	(r448391)
@@ -13,9 +13,9 @@ COMMENT=	Tool for dumping DMI (SMBIOS) contents in hum
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-OPTIONS_DEFINE=	DOCS
+ONLY_FOR_ARCHS=	amd64 i386
 
-ONLY_FOR_ARCHS=		amd64 i386
+OPTIONS_DEFINE=	DOCS
 
 MAKE_ENV=	DOCSDIR="${DOCSDIR}"
 USES=		tar:xz



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