diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2021-02-21 19:58:26 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2021-02-21 19:58:26 +0000 |
commit | 96acfe1a233aabb6d77c2ed3a416deb3ca264abd (patch) | |
tree | 49874d04b9f036fa67bb9e7dc87f1360284ed29c | |
parent | audio/gvolwheel: Update to 1.0.3 (diff) |
net/nncp: Unbreak with go1.16
===> Building for nncp-5.3.3
...
no required module provides package go.cypherpunks.ru/nncp/v5/cmd/nncp-cfgenc: working directory is not part of a module
PR: 249946
Approved by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=566241
-rw-r--r-- | net/nncp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nncp/Makefile b/net/nncp/Makefile index be72b292b4c4..972c396762d2 100644 --- a/net/nncp/Makefile +++ b/net/nncp/Makefile @@ -16,6 +16,7 @@ USES= go:no_targets tar:xz USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss MAKE_ARGS= INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} +MAKE_ENV= ${GO_ENV} INSTALL_TARGET= install-strip SUB_FILES= pkg-message pkg-install pkg-deinstall |