diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
commit | 9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch) | |
tree | ea0565acc58fb990fc3eb929809360b2ab62f357 /devel/cpuflags | |
parent | 087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff) | |
download | pkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz |
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'devel/cpuflags')
-rw-r--r-- | devel/cpuflags/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 2a2b3dfe65c..53b2d5d60d3 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2018/09/27 19:14:44 tnn Exp $ +# $NetBSD: Makefile,v 1.156 2019/11/03 10:39:08 rillig Exp $ DISTNAME= cpuflags-1.43 CATEGORIES= devel sysutils @@ -10,7 +10,7 @@ COMMENT= Determine compiler flags to best target current cpu LICENSE= 2-clause-bsd # each OS needs explicit support (files/subr_*) -ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-* FreeBSD-*-* Darwin-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-* FreeBSD-*-* Darwin-*-* USE_LANGUAGES= # empty NO_CONFIGURE= yes |