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/ucon64/Makefile | |
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/ucon64/Makefile')
-rw-r--r-- | emulators/ucon64/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/ucon64/Makefile b/emulators/ucon64/Makefile index 5e05d90c44f..6a72a6fb3f1 100644 --- a/emulators/ucon64/Makefile +++ b/emulators/ucon64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/07/07 22:47:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2019/11/03 19:24:34 rillig Exp $ DISTNAME= ucon64-2.2.0-src PKGNAME= ${DISTNAME:S/-src//} @@ -12,10 +12,10 @@ LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${DISTNAME}/src -CONFIGURE_ARGS+= --with-libcd64 -GNU_CONFIGURE= yes -USE_TOOLS+= gmake -CHECK_PORTABILITY_SKIP+=install_beos.sh +CONFIGURE_ARGS+= --with-libcd64 +GNU_CONFIGURE= yes +USE_TOOLS+= gmake +CHECK_PORTABILITY_SKIP+= install_beos.sh INSTALLATION_DIRS= bin lib share/examples/ucon64 share/doc/ucon64/images |