diff options
Diffstat (limited to 'lang/go-devel/Makefile')
-rw-r--r-- | lang/go-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/go-devel/Makefile b/lang/go-devel/Makefile index 3f88e4f1bc5c..e320cd53fc72 100644 --- a/lang/go-devel/Makefile +++ b/lang/go-devel/Makefile @@ -45,6 +45,8 @@ SHEBANG_FILES?= misc/wasm/go_js_wasm_exec misc/wasm/go_wasip1_wasm_exec SHEBANG_GLOB= *.bash *.pl *.sh REINPLACE_ARGS= -i'' +# Example: 1.24.2 matches go124, 1.25.2 matches go125, etc. +PORTSCOUT?= limit:^${DISTVERSION:R:S/./\./g}\. # Upstream archive contains files with UTF-8 names EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 ${TAR} |