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/pam-tacplus | |
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/pam-tacplus')
-rw-r--r-- | security/pam-tacplus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pam-tacplus/Makefile b/security/pam-tacplus/Makefile index 9aa6e34b030..c85ac72e5c2 100644 --- a/security/pam-tacplus/Makefile +++ b/security/pam-tacplus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2019/05/23 19:23:15 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2019/11/04 21:12:57 rillig Exp $ # DISTNAME= pam_tacplus-1.3.6 -PKGNAME= ${DISTNAME:S/_/-/} +PKGNAME= ${DISTNAME:S/_/-/} PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tacplus/} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 EGDIR= ${PREFIX}/share/examples/pam_tacplus -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes SUBST_CLASSES+= egdir SUBST_STAGE.egdir= pre-configure |