diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 16:28:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 16:28:37 +0000 |
commit | ae5822e08c7145dbbe0737137c02aae49fc0ce3c (patch) | |
tree | 72f6d3b73009839cf0bb55461217a87d3774216c /time/fet | |
parent | cb939586bb2b8b07300fb8a44168e16cd97ab2ed (diff) | |
download | pkgsrc-ae5822e08c7145dbbe0737137c02aae49fc0ce3c.tar.gz |
time: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
Diffstat (limited to 'time/fet')
-rw-r--r-- | time/fet/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/time/fet/Makefile b/time/fet/Makefile index a528bc1805f..961dc10a41e 100644 --- a/time/fet/Makefile +++ b/time/fet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/09/18 14:17:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2019/11/02 16:28:38 rillig Exp $ DISTNAME= fet-5.25.0 PKGREVISION= 28 @@ -13,10 +13,10 @@ LICENSE= gnu-gpl-v2 .include "../../mk/bsd.prefs.mk" -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -USE_TOOLS+= bsdtar -EXTRACT_USING= bsdtar +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= bsdtar +EXTRACT_USING= bsdtar INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/fet # conflicts with import.h in package itself |