Thu Apr 30 12:03:32 2020 UTC ()
Fix indentation


(bouyer)
diff -r1.44 -r1.45 pkgsrc/net/smokeping/Makefile

cvs diff -r1.44 -r1.45 pkgsrc/net/smokeping/Makefile (expand / switch to unified diff)

--- pkgsrc/net/smokeping/Makefile 2020/04/27 18:05:18 1.44
+++ pkgsrc/net/smokeping/Makefile 2020/04/30 12:03:32 1.45
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.44 2020/04/27 18:05:18 bouyer Exp $ 1# $NetBSD: Makefile,v 1.45 2020/04/30 12:03:32 bouyer Exp $
2 2
3DISTNAME= smokeping-2.7.3 3DISTNAME= smokeping-2.7.3
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ 5MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/
6 6
7MAINTAINER= bouyer@NetBSD.org 7MAINTAINER= bouyer@NetBSD.org
8HOMEPAGE= https://oss.oetiker.ch/smokeping/index.en.html 8HOMEPAGE= https://oss.oetiker.ch/smokeping/index.en.html
9COMMENT= Latency/packet loss monitoring/graphing tool 9COMMENT= Latency/packet loss monitoring/graphing tool
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db/smokeping 13CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db/smokeping
14CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 14CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -88,16 +88,16 @@ post-install: @@ -88,16 +88,16 @@ post-install:
88 done 88 done
89 89
90 ${INSTALL_DATA} ${WRKSRC}/smokeping.conf ${DESTDIR}${EGDIR} 90 ${INSTALL_DATA} ${WRKSRC}/smokeping.conf ${DESTDIR}${EGDIR}
91 91
92 ${MV} ${DESTDIR}${PREFIX}/share/smokeping/smokeping.fcgi.dist \ 92 ${MV} ${DESTDIR}${PREFIX}/share/smokeping/smokeping.fcgi.dist \
93 ${DESTDIR}${PREFIX}/libexec/cgi-bin/smokeping.cgi 93 ${DESTDIR}${PREFIX}/libexec/cgi-bin/smokeping.cgi
94 ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/*.dist ${DESTDIR}${EGDIR}/ 94 ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/*.dist ${DESTDIR}${EGDIR}/
95 ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/examples/* ${DESTDIR}${EGDIR}/ 95 ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/examples/* ${DESTDIR}${EGDIR}/
96 ${RMDIR} ${DESTDIR}${PKG_SYSCONFDIR}/examples 96 ${RMDIR} ${DESTDIR}${PKG_SYSCONFDIR}/examples
97 97
98.include "options.mk" 98.include "options.mk"
99 99
100INSTALLATION_DIRS+= lib/smokeping share/doc/smokeping ${EGDIR} \ 100INSTALLATION_DIRS+= lib/smokeping share/doc/smokeping ${EGDIR} \
101 ${SPDIR}/cropper ${SPDIR}/resource ${SPDIR}/script 101 ${SPDIR}/cropper ${SPDIR}/resource ${SPDIR}/script
102 102
103.include "../../mk/bsd.pkg.mk" 103.include "../../mk/bsd.pkg.mk"