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/stfl/Makefile | |
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/stfl/Makefile')
-rw-r--r-- | devel/stfl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/stfl/Makefile b/devel/stfl/Makefile index b462af346fa..325612b9049 100644 --- a/devel/stfl/Makefile +++ b/devel/stfl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/08/11 13:20:51 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2019/11/03 10:39:30 rillig Exp $ DISTNAME= stfl-0.24 PKGREVISION= 4 @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v3 NO_CONFIGURE= yes USE_TOOLS+= gmake perl USE_LIBTOOL= yes -USE_CURSES= wide +USE_CURSES= wide INSTALL_MAKE_FLAGS+= prefix=${PREFIX} |