pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/prometheus prometheus: update HOMEPAGE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52062d0b7e95
branches:  trunk
changeset: 334157:52062d0b7e95
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 20 10:08:01 2019 +0000

description:
prometheus: update HOMEPAGE

diffstat:

 databases/prometheus/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r a4d6cd3d81b6 -r 52062d0b7e95 databases/prometheus/Makefile
--- a/databases/prometheus/Makefile     Mon May 20 09:51:24 2019 +0000
+++ b/databases/prometheus/Makefile     Mon May 20 10:08:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/05/20 09:23:00 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/20 10:08:01 adam Exp $
 
 DISTNAME=      prometheus-2.9.2
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
@@ -6,7 +6,7 @@
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/prometheus/prometheus
+HOMEPAGE=      https://prometheus.io/
 COMMENT=       The Prometheus monitoring system and time series database
 LICENSE=       apache-2.0
 
@@ -39,8 +39,8 @@
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/documentation/examples/prometheus.yml ${DESTDIR}${PREFIX}/${EXAMPLE_DIR}
-       ${RUN} cd ${WRKDIR} && ${PAX} -rw bin ${DESTDIR}${PREFIX}
-       ${RUN} cd ${WRKSRC} && \
+       cd ${WRKDIR} && ${PAX} -rw bin ${DESTDIR}${PREFIX}
+       cd ${WRKSRC} && \
                ${PAX} -rw consoles ${DESTDIR}${PREFIX}/${EXAMPLE_DIR} && \
                ${PAX} -rw console_libraries ${DESTDIR}${PREFIX}/${EXAMPLE_DIR}
 



Home | Main Index | Thread Index | Old Index