pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/smokeping



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Thu Apr 30 12:03:32 UTC 2020

Modified Files:
        pkgsrc/net/smokeping: Makefile

Log Message:
Fix indentation


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/smokeping/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/smokeping/Makefile
diff -u pkgsrc/net/smokeping/Makefile:1.44 pkgsrc/net/smokeping/Makefile:1.45
--- pkgsrc/net/smokeping/Makefile:1.44  Mon Apr 27 18:05:18 2020
+++ pkgsrc/net/smokeping/Makefile       Thu Apr 30 12:03:32 2020
@@ -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 @@ post-install:
 .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