diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 17:04:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 17:04:19 +0000 |
commit | 575e1746162afa0bdf65141775da50fd5ae1f6e6 (patch) | |
tree | b731aa7ec36381a5bf4b7c0c43332950fe0b1ed0 /misc/colortail | |
parent | 41e26064d0211e40509252cb590013faf4ba0836 (diff) | |
download | pkgsrc-575e1746162afa0bdf65141775da50fd5ae1f6e6.tar.gz |
misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'misc/colortail')
-rw-r--r-- | misc/colortail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 8e9086e8604..ac072d6b216 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/06/24 10:59:41 nia Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/03 17:04:20 rillig Exp $ DISTNAME= colortail-0.3.0 CATEGORIES= misc @@ -10,8 +10,8 @@ COMMENT= Colour-able replacement for tail(1) USE_LANGUAGES= c c++ -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples/colortail INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/examples/colortail |