diff options
Diffstat (limited to 'sysutils/containers-common/Makefile')
| -rw-r--r-- | sysutils/containers-common/Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/sysutils/containers-common/Makefile b/sysutils/containers-common/Makefile index 2575753505f7..2e08837cd389 100644 --- a/sysutils/containers-common/Makefile +++ b/sysutils/containers-common/Makefile @@ -29,6 +29,10 @@ IMAGEVERSION=	5.36.2  SKOPEOVERSION=	1.20.0  STORAGEVERSION=	1.59.1 +post-patch: +	${SED} -I '' /golangci/d ${WRKSRC_storage}/tests/tools/Makefile +	${SED} -I '' -Ee s/go-md2man../go-md2man/ ${WRKSRC_storage}/tests/tools/Makefile +  do-build:  	${GMAKE} -C ${WRKSRC_common}/docs  	${GMAKE} -C ${WRKSRC_storage} install.tools | 
