pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/grafana
Module Name: pkgsrc
Committed By: tnn
Date: Fri Dec 10 12:29:21 UTC 2021
Modified Files:
pkgsrc/www/grafana: Makefile
Log Message:
fix some lint
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/grafana/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/grafana/Makefile
diff -u pkgsrc/www/grafana/Makefile:1.59 pkgsrc/www/grafana/Makefile:1.60
--- pkgsrc/www/grafana/Makefile:1.59 Thu Dec 9 17:50:14 2021
+++ pkgsrc/www/grafana/Makefile Fri Dec 10 12:29:21 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2021/12/09 17:50:14 bsiegert Exp $
+# $NetBSD: Makefile,v 1.60 2021/12/10 12:29:21 tnn Exp $
DISTNAME= grafana-8.3.1
PKGREVISION= 1
@@ -77,8 +77,8 @@ CONF_FILES+= ${PREFIX}/share/grafana/con
# 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
- cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO} run build.go build
+ cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${PREFIX}/bin/wire gen -tags oss ./pkg/server ./pkg/cmd/grafana-cli/runner
+ cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} run build.go build
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/*/grafana-cli ${DESTDIR}${PREFIX}/bin/
Home |
Main Index |
Thread Index |
Old Index