summaryrefslogtreecommitdiff
path: root/shells/bash-completion
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:14:06 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:14:06 +0000
commitef482b78e029548a99588f95eff363467deb3687 (patch)
tree20bdb4180c7f1d639154a113e8fdf36166c6de0b /shells/bash-completion
parent805b440f10356ac31240fdb9960107d1f547f52f (diff)
downloadpkgsrc-ef482b78e029548a99588f95eff363467deb3687.tar.gz
shells: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'shells/bash-completion')
-rw-r--r--shells/bash-completion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index df07e50b4a7..a5b7f74f7a4 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/12/02 07:06:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/04 21:14:06 rillig Exp $
#
# Note to packagers:
# packages installing additional completion files should drop
@@ -9,7 +9,7 @@ DISTNAME= bash-completion-2.8
PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=scop/}
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org