summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 10:40:52 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 10:40:52 +0000
commitda7926cedfcd3a80a37f3a5db3b7ef9601211bcb (patch)
treeeaaa49f5a055ba0a9984b84a0ac3496741147403 /editors/nvi
parent09b367b39eaa2e2f96055fcf6b5d5d268f2622e9 (diff)
downloadpkgsrc-da7926cedfcd3a80a37f3a5db3b7ef9601211bcb.tar.gz
editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors Manually fixed the changes in editors/nedit since the "fixed" indentation was wrong.
Diffstat (limited to 'editors/nvi')
-rw-r--r--editors/nvi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index bea0aae3d1d..bf64e595b90 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.51 2017/09/03 08:36:54 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2019/06/08 10:40:57 rillig Exp $
DISTNAME= nvi-1.81.6
PKGREVISION= 11
CATEGORIES= editors
-MASTER_SITES= ${HOMEPAGE:Q}
+MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org