summaryrefslogtreecommitdiff
path: root/emulators/simulavr
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 19:24:31 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 19:24:31 +0000
commit76f5c8d81b8b4d4a63e55f70a228e6271fab8a24 (patch)
tree5f6f15b3a8a3a856f741b80ed53e34d7bb04a31d /emulators/simulavr
parentf3e75ceb4c3556df6213bde475948b339e473145 (diff)
downloadpkgsrc-76f5c8d81b8b4d4a63e55f70a228e6271fab8a24.tar.gz
emulators: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'emulators/simulavr')
-rw-r--r--emulators/simulavr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile
index 1ebf759cadf..025f4d151f5 100644
--- a/emulators/simulavr/Makefile
+++ b/emulators/simulavr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/04/25 07:32:53 maya Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/03 19:24:34 rillig Exp $
#
DISTNAME= simulavr-1.0.0
PKGREVISION= 5
@@ -77,7 +77,7 @@ SUBST_SED.intrpt0= -e 's/SIG_INTERRUPT0/INT0_vect/g'
SUBST_CLASSES+= makeinfo
SUBST_STAGE.makeinfo= post-configure
-SUBST_MESSAGE.makeinfo= set MAKEINFO path (to avoid work-directory references included)
+SUBST_MESSAGE.makeinfo= set MAKEINFO path (to avoid work-directory references included)
SUBST_FILES.makeinfo= examples/anacomp/Makefile.in
SUBST_FILES.makeinfo+= examples/python/Makefile.in
SUBST_SED.makeinfo= -e 's,@MAKEINFO@,${PREFIX}/bin/makeinfo,g'