summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2019-05-07 16:37:15 +0000
committerLarry Rosenman <ler@FreeBSD.org>2019-05-07 16:37:15 +0000
commit7f1067f83af8afcb3de5adf1d612fbf99f8ad92f (patch)
treefb0f64269cb3c5e16e801148c6956cea00cad05b /sysutils/lsof/Makefile
parent- Update to 2019050600 (diff)
sysutils/lsof: put the SRC_BASE check back where it actually works in poudriere.
Notes
Notes: svn path=/head/; revision=500971
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 45451d0ff87e..6071dcde3427 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -23,16 +23,16 @@ GH_ACCOUNT= lsof-org
SHEBANG_FILES= scripts/sort_res.perl5
-.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
-IGNORE= requires kernel sources
-.endif
-
.include <bsd.port.pre.mk>
CONFIGURE_SCRIPT= Configure
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
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/Lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8