Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/smokeping Fix indentation



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df9b6f6883e9
branches:  trunk
changeset: 430370:df9b6f6883e9
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Thu Apr 30 12:03:32 2020 +0000

description:
Fix indentation

diffstat:

 net/smokeping/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4942245012f6 -r df9b6f6883e9 net/smokeping/Makefile
--- a/net/smokeping/Makefile    Thu Apr 30 12:03:02 2020 +0000
+++ b/net/smokeping/Makefile    Thu Apr 30 12:03:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/04/27 18:05:18 bouyer Exp $
+# $NetBSD: Makefile,v 1.45 2020/04/30 12:03:32 bouyer Exp $
 
 DISTNAME=      smokeping-2.7.3
 CATEGORIES=    net
@@ -98,6 +98,6 @@
 .include "options.mk"
 
 INSTALLATION_DIRS+=    lib/smokeping share/doc/smokeping ${EGDIR} \
-       ${SPDIR}/cropper ${SPDIR}/resource ${SPDIR}/script
+                       ${SPDIR}/cropper ${SPDIR}/resource ${SPDIR}/script
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index