diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
commit | 15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch) | |
tree | cab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/shc | |
parent | ef482b78e029548a99588f95eff363467deb3687 (diff) | |
download | pkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz |
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
Diffstat (limited to 'sysutils/shc')
-rw-r--r-- | sysutils/shc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/shc/Makefile b/sysutils/shc/Makefile index 63e43c63994..a42c1de35a9 100644 --- a/sysutils/shc/Makefile +++ b/sysutils/shc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/07/27 16:32:55 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/11/04 21:28:52 rillig Exp $ # DISTNAME= shc-3.8.9 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.datsi.fi.upm.es/~frosal/ COMMENT= Shell script to C compiler -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 MAKE_FILE= makefile MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} |