summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2015-03-01 21:19:29 +0000
committermspo <mspo@pkgsrc.org>2015-03-01 21:19:29 +0000
commit78ff31801a891fc6eaa358e909c352c3587a5846 (patch)
tree3edb4c52fe9c997c024bce2deca192f841257aa9 /databases
parentf8156603e580d78a1334384330a31f66375513f4 (diff)
downloadpkgsrc-78ff31801a891fc6eaa358e909c352c3587a5846.tar.gz
fixup some pkglint stuff and add a missing .h to PLIST
Diffstat (limited to 'databases')
-rw-r--r--databases/lmdb/Makefile9
-rw-r--r--databases/lmdb/PLIST4
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile
index 28567b06e21..d34cf78fffa 100644
--- a/databases/lmdb/Makefile
+++ b/databases/lmdb/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.1 2015/03/01 21:05:54 mspo Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/01 21:19:29 mspo Exp $
VERSION= 0.9.14
DISTNAME= mdb-${VERSION}
PKGNAME= lmdb-${VERSION}
CATEGORIES= databases
-MASTER_SITES= http://ftp.netbsd.org/pub/pkgsrc/distfiles/
+MASTER_SITES= http://ftp.NetBSD.org/pub/pkgsrc/distfiles/
-MAINTAINER= pkgsrc-users@netbsd.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://symas.com/mdb/
COMMENT= Symas Lightning Memory-Mapped Database
USE_TOOLS+= gmake
INSTALLATION_DIRS+= man/man1
INSTALLATION_DIRS+= lib
INSTALLATION_DIRS+= bin
+INSTALLATION_DIRS+= include
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/mdb-mdb
-BUILD_DIRS= ${WRKSRC}/libraries/liblmdb
+BUILD_DIRS= libraries/liblmdb
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
diff --git a/databases/lmdb/PLIST b/databases/lmdb/PLIST
index 0480b1c3db0..231a0153db6 100644
--- a/databases/lmdb/PLIST
+++ b/databases/lmdb/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/03/01 21:05:54 mspo Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/01 21:19:29 mspo Exp $
bin/mdb_copy
bin/mdb_dump
bin/mdb_load
bin/mdb_stat
-include
+include/lmdb.h
lib/liblmdb.a
lib/liblmdb.so
man/man1/mdb_copy.1