Use '.include "crates.inc"' instead of '.include <crates.inc>' in some
Rust ports. This ensures that the local directory is searched before the system directories. ok danj semarie
This commit is contained in:
parent
369db10c16
commit
212de70670
@ -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 <crates.inc>
|
||||
.include "crates.inc"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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 <crates.inc>
|
||||
.include "crates.inc"
|
||||
|
||||
CONFIGURE_STYLE = cargo
|
||||
SEPARATE_BUILD = Yes
|
||||
|
@ -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 <crates.inc>
|
||||
.include "crates.inc"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user