diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 19:24:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 19:24:31 +0000 |
commit | 76f5c8d81b8b4d4a63e55f70a228e6271fab8a24 (patch) | |
tree | 5f6f15b3a8a3a856f741b80ed53e34d7bb04a31d /emulators/raine | |
parent | f3e75ceb4c3556df6213bde475948b339e473145 (diff) | |
download | pkgsrc-76f5c8d81b8b4d4a63e55f70a228e6271fab8a24.tar.gz |
emulators: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'emulators/raine')
-rw-r--r-- | emulators/raine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 00d182de9d6..8bd2611b0bf 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/08/11 13:20:58 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/11/03 19:24:33 rillig Exp $ # DISTNAME= raines-0.43.3 @@ -24,7 +24,7 @@ PTHREAD_OPTS+= require INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} # Uses i386 assembler. -ONLY_FOR_PLATFORM= *-*-i386 +ONLY_FOR_PLATFORM= *-*-i386 post-build: (${ECHO} "#!${SH}"; \ |