svn commit: r505444 - head/sysutils/lsof

Larry Rosenman ler at FreeBSD.org
Sun Jun 30 19:15:31 UTC 2019


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:


More information about the svn-ports-head mailing list