summaryrefslogtreecommitdiff
path: root/misc/elscreen
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
commit575e1746162afa0bdf65141775da50fd5ae1f6e6 (patch)
treeb731aa7ec36381a5bf4b7c0c43332950fe0b1ed0 /misc/elscreen
parent41e26064d0211e40509252cb590013faf4ba0836 (diff)
downloadpkgsrc-575e1746162afa0bdf65141775da50fd5ae1f6e6.tar.gz
misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'misc/elscreen')
-rw-r--r--misc/elscreen/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile
index c83fc314e60..001772434ed 100644
--- a/misc/elscreen/Makefile
+++ b/misc/elscreen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/09/29 12:40:28 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/03 17:04:21 rillig Exp $
DISTNAME= elscreen-1.4.6
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -26,7 +26,7 @@ USE_LANGUAGES+= c
NO_BUILD= yes
-EMACS_BUILDLINK=# empty
+EMACS_BUILDLINK= # empty
# Emacs 24 or later is not supported. Try wip/elscreen-current
# instead.
@@ -34,8 +34,8 @@ EMACS_VERSIONS_ACCEPTED= \
emacs21 emacs21nox \
emacs20
-INSTALLATION_DIRS+= ${EMACS_LISPPREFIX}/elscreen
-INSTALLATION_DIRS+= share/doc/elscreen
+INSTALLATION_DIRS+= ${EMACS_LISPPREFIX}/elscreen
+INSTALLATION_DIRS+= share/doc/elscreen
do-install:
${INSTALL_DATA} ${WRKDIR}/*/*.el ${DESTDIR}${EMACS_LISPPREFIX}/elscreen