diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-25 21:05:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-25 21:05:10 +0000 |
commit | b40eeea1eb656442155d2fd563672464c15cb631 (patch) | |
tree | 7320b0a14241b1a0886116998ffdac0a1ca65021 /textproc | |
parent | 4709d8798648549b391da9c1ace63747bd7ed6c0 (diff) | |
download | pkgsrc-b40eeea1eb656442155d2fd563672464c15cb631.tar.gz |
Don't skip part of the installation to ensure all libaries are present.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 5 |
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 \ |