summaryrefslogtreecommitdiff
path: root/databases/kyotocabinet
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 15:37:59 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 15:37:59 +0000
commit83afcf6321f293f292e4213f00426d6d4c410f16 (patch)
tree127f4bd9b079761da1920a3b891f2702cece7229 /databases/kyotocabinet
parente60a51b78bae2407e2dbc73016f6bd4274676b81 (diff)
downloadpkgsrc-83afcf6321f293f292e4213f00426d6d4c410f16.tar.gz
databases: align variable assignments
pkglint -Wall -F --only aligned -r No manual corrections.
Diffstat (limited to 'databases/kyotocabinet')
-rw-r--r--databases/kyotocabinet/Makefile10
-rw-r--r--databases/kyotocabinet/options.mk8
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index 0c73c6bf593..b1597c524a2 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/07/11 09:25:24 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/02 15:38:01 rillig Exp $
#
DISTNAME= kyotocabinet-1.2.76
@@ -11,10 +11,10 @@ HOMEPAGE= https://fallabs.com/kyotocabinet/
COMMENT= Straightforward implementation of DBM
LICENSE= gnu-gpl-v3
-GNU_CONFIGURE= yes
-USE_GCC_RUNTIME=yes
-USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+USE_GCC_RUNTIME= yes
+USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= kyotocabinet.pc.in
diff --git a/databases/kyotocabinet/options.mk b/databases/kyotocabinet/options.mk
index 80796755cf5..95a681cbd08 100644
--- a/databases/kyotocabinet/options.mk
+++ b/databases/kyotocabinet/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2014/11/21 11:29:52 obache Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/02 15:38:01 rillig Exp $
#
-PKG_OPTIONS_VAR= PKG_OPTIONS.kyotocabinet
-PKG_SUPPORTED_OPTIONS= zlib
+PKG_OPTIONS_VAR= PKG_OPTIONS.kyotocabinet
+PKG_SUPPORTED_OPTIONS= zlib
PKG_OPTIONS_OPTIONAL_GROUPS= codec
PKG_OPTIONS_GROUP.codec= lzma lzo
-PKG_SUGGESTED_OPTIONS= zlib
+PKG_SUGGESTED_OPTIONS= zlib
.include "../../mk/bsd.options.mk"