summaryrefslogtreecommitdiff
path: root/editors/emacs20
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/emacs20
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/emacs20')
-rw-r--r--editors/emacs20/Makefile12
-rw-r--r--editors/emacs20/version.mk6
2 files changed, 9 insertions, 9 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index e3350cb2072..ac20b25b910 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2017/07/23 05:22:38 dholland Exp $
+# $NetBSD: Makefile,v 1.60 2019/06/08 10:40:54 rillig Exp $
DISTNAME= emacs-20.7
PKGNAME= ${DISTNAME:S/emacs/emacs20/}
@@ -34,9 +34,9 @@ BROKEN_ON_PLATFORM= Darwin-*-* DragonFly-*-*
CONFLICTS= mule-[0-9]*
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-GNU_ARCH.mipsbe= mips
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+GNU_ARCH.mipsbe= mips
# build PATH in the dumped emacs is not a problem
CHECK_WRKREF_SKIP+= bin/emacs
@@ -60,7 +60,7 @@ fake-libgcc:
# NetBSD < 5.99.24 uses termcap; afterwards terminfo. Emacs needs to be told.
.if (${OPSYS} == "NetBSD") && !exists(/usr/include/term.h)
-CPPFLAGS+=-D__NETBSD_USE_TERMCAP__
+CPPFLAGS+= -D__NETBSD_USE_TERMCAP__
.endif
.if (${OPSYS} == "DragonFly") && exists(/usr/lib/crtn.o)
@@ -86,7 +86,7 @@ ALL_ENV+= MAKEFILECPP=${MAKEFILECPP:Q}
INFO_FILES= yes
-INSTALL_PROGRAM=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
+INSTALL_PROGRAM= ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
post-extract:
${CP} ${FILESDIR}/amd64.h ${WRKSRC}/src/m
diff --git a/editors/emacs20/version.mk b/editors/emacs20/version.mk
index a0170461197..5e535c87176 100644
--- a/editors/emacs20/version.mk
+++ b/editors/emacs20/version.mk
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.2 2013/02/16 23:58:36 dholland Exp $
+# $NetBSD: version.mk,v 1.3 2019/06/08 10:40:54 rillig Exp $
-_EMACS_FLAVOR= emacs
-_EMACS_REQD= emacs20>=20.7<21
+_EMACS_FLAVOR= emacs
+_EMACS_REQD= emacs20>=20.7<21
_EMACS_PKGDEP.base=
_EMACS_PKGDEP.leim= leim>=20.${EMACS_VERSION_MINOR}<21:../../editors/leim20