diff options
author | bouyer <bouyer@pkgsrc.org> | 2020-04-30 12:03:32 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2020-04-30 12:03:32 +0000 |
commit | 30b9313379baa69c27550f4a6558b059209f105b (patch) | |
tree | 2b7b1bd6a5bef65060373f2e2c3fe3a5a5cc6b30 /net/smokeping | |
parent | c474007c3bfcb70b33943723cd1f6f8177642337 (diff) | |
download | pkgsrc-30b9313379baa69c27550f4a6558b059209f105b.tar.gz |
Fix indentation
Diffstat (limited to 'net/smokeping')
-rw-r--r-- | net/smokeping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 967f71f72cf..a68bda6d511 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -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" |