mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
net/ooni-probe-cli: Unbreak with go1.16
Approved by: egypcio (maintainer)
This commit is contained in:
parent
e615d135f2
commit
68b2c6d1fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560783
@ -113,7 +113,7 @@ post-configure:
|
||||
${MV} ${WRKSRC}/go.mod ${WRKDIR}/go.mod-${PORTNAME} && \
|
||||
cd ${WRKSRC}/vendor/github.com/shuLhan/go-bindata && \
|
||||
${RLN} ${WRKSRC}/vendor vendor && ${RLN} ${WRKSRC}/vendor src && \
|
||||
${SETENV} GOPATH=${WRKSRC}:${WRKSRC}/vendor/github.com/shuLhan/go-bindata ${GO_CMD} \
|
||||
${SETENV} GOPATH=${WRKSRC}:${WRKSRC}/vendor/github.com/shuLhan/go-bindata GO111MODULE=off ${GO_CMD} \
|
||||
build -v -o ${WRKDIR}/go-bindata-ooni ./go-bindata && \
|
||||
${STRIP_CMD} ${WRKDIR}/go-bindata-ooni && \
|
||||
cd ${WRKSRC} && \
|
||||
|
Loading…
Reference in New Issue
Block a user