diff options
| author | Lev A. Serebryakov <lev@FreeBSD.org> | 2022-06-21 09:30:05 +0000 |
|---|---|---|
| committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2022-06-21 09:30:40 +0000 |
| commit | 143c06fb4384acb59497dd2745cbb92ad8051375 (patch) | |
| tree | a69e8f004b997d5ef036ef6862dcbcb4b5c589d2 | |
| parent | c5575193ffc495a3981f2087186035dc702628cb (diff) | |
| download | ports-143c06fb4384acb59497dd2745cbb92ad8051375.tar.gz ports-143c06fb4384acb59497dd2745cbb92ad8051375.zip | |
devel/msp430-debug-stack: fix documentation fetching.
TI bans "automatic" downloaders for unknwon reason, fake
fetch's User-Agent.
PR: 264760
| -rw-r--r-- | devel/msp430-debug-stack/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile index b462b8e5dedd..e0310a079e76 100644 --- a/devel/msp430-debug-stack/Makefile +++ b/devel/msp430-debug-stack/Makefile @@ -23,6 +23,9 @@ USE_LDCONFIG= yes DOS2UNIX_REGEX= .*/Makefile|.*\.(cpp|h) +# TI bans FreeBSD fetch and wget for unknown reason +FETCH_ARGS+= --user-agent=Mozilla + MAKE_ARGS= BOOST_DIR=${LOCALBASE} \ HIDAPI_DIR=${LOCALBASE} |
