summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-03-25 21:05:10 +0000
committerjoerg <joerg@pkgsrc.org>2016-03-25 21:05:10 +0000
commit5adb98a6251c1bbf4a9cba42aa8abc2ec9a6963d (patch)
tree7320b0a14241b1a0886116998ffdac0a1ca65021 /textproc/groonga
parent0fedf85884bded5def517c05ba768a82f40f2cd1 (diff)
downloadpkgsrc-5adb98a6251c1bbf4a9cba42aa8abc2ec9a6963d.tar.gz
Don't skip part of the installation to ensure all libaries are present.
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index df7da9c1c5a..a3469795d8d 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2016/03/13 09:36:59 taca Exp $
+# $NetBSD: Makefile,v 1.58 2016/03/25 21:05:10 joerg Exp $
#
DISTNAME= groonga-4.1.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@@ -34,6 +34,7 @@ PKG_SYSCONFSUBDIR= ${PKGBASE}
BUILD_DEFS+= VARBASE
+INSTALL_DIRS= ${BUILD_DIRS} ${WRKSRC}/vendor/onigmo-source
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
CONF_FILES+= share/examples/${PKGBASE}/groonga.conf \