svn commit: r448391 - head/sysutils/dmidecode

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:27:09 UTC 2017


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


More information about the svn-ports-head mailing list