Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2019 19:15:30 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505444 - head/sysutils/lsof
Message-ID:  <201906301915.x5UJFU4J074561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Sun Jun 30 19:15:30 2019
New Revision: 505444
URL: https://svnweb.freebsd.org/changeset/ports/505444

Log:
  sysutils/lsof: quiet portlint.

Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Sun Jun 30 18:25:03 2019	(r505443)
+++ head/sysutils/lsof/Makefile	Sun Jun 30 19:15:30 2019	(r505444)
@@ -31,7 +31,7 @@ CONFIGURE_ARGS=	-n freebsd
 CONFIGURE_ENV=	LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
 
 .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
-IGNORE=		requires kernel sources
+IGNORE+=		requires kernel sources
 .endif
 
 do-install:



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