summaryrefslogtreecommitdiff
path: root/security/scrypt
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:12:51 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:12:51 +0000
commit805b440f10356ac31240fdb9960107d1f547f52f (patch)
tree76544c2b719967417daf101900353fc02066f614 /security/scrypt
parent1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (diff)
downloadpkgsrc-805b440f10356ac31240fdb9960107d1f547f52f.tar.gz
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'security/scrypt')
-rw-r--r--security/scrypt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
index 6903dc25beb..2e315de1988 100644
--- a/security/scrypt/Makefile
+++ b/security/scrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/09/16 05:13:28 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/04 21:13:02 rillig Exp $
DISTNAME= scrypt-1.3.0
CATEGORIES= security
@@ -10,8 +10,8 @@ HOMEPAGE= https://www.tarsnap.com/scrypt/
COMMENT= Encrypt and decrypt files
LICENSE= 2-clause-bsd
-GNU_CONFIGURE= yes
-TEST_TARGET= test
+GNU_CONFIGURE= yes
+TEST_TARGET= test
UNLIMIT_RESOURCES= datasize
.include "../../security/openssl/buildlink3.mk"