diff options
-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 |