git: 40724aa1cc5e - main - sysutils/lsof: pet portlint(1)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Jan 2025 15:22:55 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=40724aa1cc5eba24e750a45aca6a2601ebea5fe9
commit 40724aa1cc5eba24e750a45aca6a2601ebea5fe9
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-01-14 15:22:04 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-01-14 15:22:04 +0000
sysutils/lsof: pet portlint(1)
Fixes: efbb151650721f0dff7a761e08f7970951954ffa
---
sysutils/lsof/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 12cdcdcebb9f..66bb97052ae9 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -43,8 +43,7 @@ CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \
LSOF_CC="${CC}" \
- LSOF_OPINC="-idirafter ${SRC_BASE}/sys"
-
+ LSOF_OPINC="-idirafter ${SRC_BASE}/sys"
# GCC needs -lzfs -lzpool for reasons unknown. If someone can
# figure out why, I (ler) am all ears.