From 7f1067f83af8afcb3de5adf1d612fbf99f8ad92f Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Tue, 7 May 2019 16:37:15 +0000 Subject: sysutils/lsof: put the SRC_BASE check back where it actually works in poudriere. --- sysutils/lsof/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils/lsof') 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 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 -- cgit v1.3