grafana: remove unused BUILD_MAKE_FLAGS
This commit is contained in:
parent
4d2957d4e6
commit
b233f6df8f
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.57 2021/12/08 01:51:47 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2021/12/08 14:48:22 tnn Exp $
|
||||
|
||||
DISTNAME= grafana-8.3.1
|
||||
CATEGORIES= www
|
||||
|
@ -74,9 +74,6 @@ INSTALLATION_DIRS+= share/grafana/public
|
|||
CONF_FILES+= ${PREFIX}/share/grafana/conf/sample.ini \
|
||||
${PKG_SYSCONFDIR}/grafana.conf
|
||||
|
||||
BUILD_MAKE_FLAGS+= GO=${GO}
|
||||
BUILD_MAKE_FLAGS+= WIRE=${PREFIX}/bin/wire
|
||||
|
||||
# These comands come from Makefile, build-go target.
|
||||
do-build:
|
||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/wire gen -tags oss ./pkg/server ./pkg/cmd/grafana-cli/runner
|
||||
|
|
Loading…
Reference in a new issue