CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/04/18 05:08:53
Modified files:
lang/go : go.port.mk
Log message:
lang/go/go.port.mk: don't override EXTRACT_ONLY but append to it
allows ports using the module to set the value, the module will only add
to it now.
ok sthen@, discussed with jsing@
a variant of the diff (using ?= instead of +=) caused no fallout in a
bulk by ajacoutot@, thanks !
