summaryrefslogtreecommitdiff
path: root/emulators/gens
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/gens
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/gens')
-rw-r--r--emulators/gens/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile
index ef6a307b264..3d49ed57970 100644
--- a/emulators/gens/Makefile
+++ b/emulators/gens/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/07/21 22:24:46 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2019/11/03 19:24:32 rillig Exp $
#
DISTNAME= gens-rc3
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/GensForLinux
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
-INSTALLATION_DIRS+= share/doc/gens
+INSTALLATION_DIRS+= share/doc/gens
.include "../../devel/SDL/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"