diff options
Diffstat (limited to 'sysutils/lsof')
| -rw-r--r-- | sysutils/lsof/Makefile | 8 |
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 |
