summaryrefslogtreecommitdiff
path: root/sysutils/bup
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
commit15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch)
treecab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/bup
parentef482b78e029548a99588f95eff363467deb3687 (diff)
downloadpkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
Diffstat (limited to 'sysutils/bup')
-rw-r--r--sysutils/bup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile
index 96683ed2b4f..5872b30ea0e 100644
--- a/sysutils/bup/Makefile
+++ b/sysutils/bup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/09/12 00:28:47 gdt Exp $
+# $NetBSD: Makefile,v 1.37 2019/11/04 21:28:42 rillig Exp $
DISTNAME= bup-0.29.3
CATEGORIES= sysutils
@@ -28,7 +28,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base
# TEST_DEPENDS
BUILD_DEPENDS+= rsync-[0-9]*:../../net/rsync
-PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
+PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
DOCDIR= ${WRKDIR}/bup-man