diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:12:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:12:51 +0000 |
commit | 805b440f10356ac31240fdb9960107d1f547f52f (patch) | |
tree | 76544c2b719967417daf101900353fc02066f614 /security/gss | |
parent | 1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (diff) | |
download | pkgsrc-805b440f10356ac31240fdb9960107d1f547f52f.tar.gz |
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 6085a0cbd31..d0a62b47ec5 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:23 agc Exp $ +# $NetBSD: Makefile,v 1.24 2019/11/04 21:12:53 rillig Exp $ # DISTNAME= gss-0.0.15 @@ -13,9 +13,9 @@ COMMENT= GNU Generic Security Service Library CONFLICTS+= heimdal-[0-9]* -USE_TOOLS+= pkg-config msgfmt -GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_TOOLS+= pkg-config msgfmt +GNU_CONFIGURE= yes +USE_LIBTOOL= yes INFO_FILES= yes PKGCONFIG_OVERRIDE+= gss.pc.in |