diff --git a/sysutils/broot/Makefile b/sysutils/broot/Makefile index 1b2d8aad26e..0f5bc1106bc 100644 --- a/sysutils/broot/Makefile +++ b/sysutils/broot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2021/07/06 07:59:47 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2021/08/14 07:06:31 tb Exp $ COMMENT = new way to see and navigate directory trees @@ -24,6 +24,6 @@ WANTLIB += c m git2 onig CONFIGURE_STYLE = cargo SEPARATE_BUILD = Yes -.include +.include "crates.inc" .include diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 7604d2a7ac2..ea2bbd02974 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2021/07/13 06:27:14 landry Exp $ +# $OpenBSD: Makefile,v 1.13 2021/08/14 07:06:31 tb Exp $ COMMENT = ls alternative written in Rust @@ -16,7 +16,7 @@ DISTFILES += ${DISTNAME}${EXTRACT_SUFX} MODULES = devel/cargo -.include +.include "crates.inc" CONFIGURE_STYLE = cargo SEPARATE_BUILD = Yes diff --git a/textproc/delta/Makefile b/textproc/delta/Makefile index 176b63e4e23..f0ac73a5433 100644 --- a/textproc/delta/Makefile +++ b/textproc/delta/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2021/07/28 08:41:11 landry Exp $ +# $OpenBSD: Makefile,v 1.3 2021/08/14 07:06:31 tb Exp $ COMMENT = viewer for git and diff output @@ -26,6 +26,6 @@ LIB_DEPENDS += devel/libgit2/libgit2 \ CONFIGURE_STYLE = cargo SEPARATE_BUILD = Yes -.include +.include "crates.inc" .include