svn commit: r448392 - head/sysutils/freeipmi

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


Author: sunpoet
Date: Sun Aug 20 12:27:12 2017
New Revision: 448392
URL: https://svnweb.freebsd.org/changeset/ports/448392

Log:
  Pet portlint: move ONLY_FOR_ARCHS* upward
  
  - Sort ONLY_FOR_ARCHS

Modified:
  head/sysutils/freeipmi/Makefile

Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile	Sun Aug 20 12:27:07 2017	(r448391)
+++ head/sysutils/freeipmi/Makefile	Sun Aug 20 12:27:12 2017	(r448392)
@@ -13,11 +13,11 @@ COMMENT=	Library and tools to support IPMI-capable har
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	invokes i386 asm
+
 LIB_DEPENDS=	libargp.so:devel/argp-standalone \
 		libgcrypt.so:security/libgcrypt
-
-ONLY_FOR_ARCHS=	i386 amd64
-ONLY_FOR_ARCHS_REASON=	invokes i386 asm
 
 OPTIONS_DEFINE=	DEBUG DOCS IOPERM
 IOPERM_DESC=	Use i386_set_ioperm


More information about the svn-ports-all mailing list