aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Turk <mt-bugs@markoturk.info>2023-10-04 17:19:32 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-10-04 20:13:06 +0000
commite1282dc5177efad32da83f4d26512cef876f79ec (patch)
treefd2fa1de87a961b775f9c15553ddea3c1347adc0
parentb2cea43d9b05503e4d13e25c5913f026f7585e89 (diff)
www/newsboat: obey CARGO_ENV
PR: 272675 Reported by: debdrup MFH: 2023Q4 (cherry picked from commit cf9c28003077703463187991bc153f8e7cd954d8)
-rw-r--r--www/newsboat/Makefile3
1 files changed, 2 insertions, 1 deletions
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