diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 19:17:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 19:17:10 +0000 |
commit | cfd9da61036529ae43e4a658ff14559aac7e9ee1 (patch) | |
tree | 56a14af15b6da30f1a851b4991ce098763761cf8 /news/inn/Makefile | |
parent | b417240431df7772eb53e5a716c2cbd96c97609d (diff) | |
download | pkgsrc-cfd9da61036529ae43e4a658ff14559aac7e9ee1.tar.gz |
news: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 641e1632020..012c4b6f0c2 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2019/08/11 13:22:33 wiz Exp $ +# $NetBSD: Makefile,v 1.129 2019/11/04 19:17:10 rillig Exp $ DISTNAME= inn-2.6.1 PKGREVISION= 3 @@ -58,7 +58,7 @@ CONFIGURE_ENV+= _PATH_SORT=${TOOLS_SORT} CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD} USE_TOOLS+= awk egrep gzip perl:run sed sh sort yacc -LDFLAGS.SunOS+= -lsocket -lnsl +LDFLAGS.SunOS+= -lsocket -lnsl DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD @@ -166,7 +166,7 @@ GCC_REQD+= 2.95.3 .include "options.mk" -TEST_TARGET= tests +TEST_TARGET= tests pre-install: .for file in ${CFILES} active.minimal newsgroups.minimal |