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/burn/Makefile | |
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/burn/Makefile')
-rw-r--r-- | sysutils/burn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile index b116655150c..2093c358cdd 100644 --- a/sysutils/burn/Makefile +++ b/sysutils/burn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/04/03 00:33:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2019/11/04 21:28:42 rillig Exp $ # DISTNAME= burn-0.4.1 @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= no MAKE_ENV+= ADDITIONAL_CPPFLAGS=-D_POSIX_SOURCE MAKE_ENV+= ADDITIONAL_LDFLAGS=-lutil -FIX_GNUSTEP_INSTALLATION_DIR= yes +FIX_GNUSTEP_INSTALLATION_DIR= yes SUBST_FILES.gnustep_installation_dir+= Bundles/CDparanoia/GNUmakefile SUBST_FILES.gnustep_installation_dir+= Bundles/CDrecord/GNUmakefile SUBST_FILES.gnustep_installation_dir+= Bundles/MkIsoFs/GNUmakefile |