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/pgp2 | |
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/pgp2')
-rw-r--r-- | security/pgp2/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pgp2/options.mk b/security/pgp2/options.mk index 7d69b019d3b..c4aec1dae80 100644 --- a/security/pgp2/options.mk +++ b/security/pgp2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2005/12/01 20:18:29 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2019/11/04 21:12:58 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pgp2 PKG_SUPPORTED_OPTIONS= rsaref @@ -27,11 +27,11 @@ RSAOBJS= rsaglue1.o FIX_RPATH+= RSALIBS .if ${MACHINE_ARCH} == "m68k" -.if !empty(PKG_OPTIONS:Mm68060-optimized) +. if !empty(PKG_OPTIONS:Mm68060-optimized) OBJS_EXT= ASMFLAG= -m68060 -DPORTABLE -DMPORTABLE -.else +. else OBJS_EXT= mc68020.o ASMFLAG= -.endif +. endif .endif |