git: cf9c28003077 - main - www/newsboat: obey CARGO_ENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 20:03:11 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf9c28003077703463187991bc153f8e7cd954d8 commit cf9c28003077703463187991bc153f8e7cd954d8 Author: Marko Turk <mt-bugs@markoturk.info> AuthorDate: 2023-10-04 17:19:32 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-04 20:01:39 +0000 www/newsboat: obey CARGO_ENV PR: 272675 Reported by: debdrup MFH: 2023Q4 --- www/newsboat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 05875e983f9f..b011eb7b5b0e 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -1,6 +1,6 @@ PORTNAME= newsboat DISTVERSION= 2.30.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -27,6 +27,7 @@ SHEBANG_FILES= contrib/bookmark-evernote.sh contrib/exportOPMLWithTags.py \ contrib/slashdot.rb doc/examples/example-exec-script.py \ contrib/newsboat_reorganize.py +MAKE_ENV= ${CARGO_ENV} CARGO_BUILD= no CARGO_INSTALL= no CARGO_TARGET_DIR= ${WRKSRC}/target