pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/grafana grafana: Move go-package.mk to before bsd....
details: https://anonhg.NetBSD.org/pkgsrc/rev/38037335dfa4
branches: trunk
changeset: 405711:38037335dfa4
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Dec 05 15:36:25 2019 +0000
description:
grafana: Move go-package.mk to before bsd.prefs.mk.
We need to ensure the *_SUPPORTED variables from go/version.mk are set before
being used in bsd.prefs.mk
diffstat:
www/grafana/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 9ec4f4ce9202 -r 38037335dfa4 www/grafana/Makefile
--- a/www/grafana/Makefile Thu Dec 05 14:51:19 2019 +0000
+++ b/www/grafana/Makefile Thu Dec 05 15:36:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/10/18 14:58:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/05 15:36:25 jperkin Exp $
DISTNAME= grafana-6.3.4
PKGREVISION= 2
@@ -51,6 +51,7 @@
FILES_SUBST+= GRAFANA_GROUP=${GRAFANA_GROUP:Q}
FILES_SUBST+= DATADIR=${DATADIR:Q}
+.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.prefs.mk"
GRAFANA_USER?= grafana
@@ -81,5 +82,4 @@
cd ${WRKSRC} && ${PAX} -rw conf \
${DESTDIR}${PREFIX}/share/grafana/
-.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index