summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-26 02:27:21 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-26 02:27:21 +0000
commitdde097a28be70c992579978324243accc72cfc4c (patch)
tree8ec6c7fc6ee083305a36c84cb589ef01e59187b5 /textproc/groonga
parent6531c9d2619db6ead7794502870b4270fae20167 (diff)
downloadpkgsrc-dde097a28be70c992579978324243accc72cfc4c.tar.gz
Drop version for compatibility with C++17 STL implementations.
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index f435b15243c..30d2272dd23 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2020/03/08 16:48:14 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2020/03/26 02:27:21 joerg Exp $
#
DISTNAME= groonga-7.0.6
@@ -54,6 +54,9 @@ REPLACE_RUBY+= data/munin/groonga_query_performance_
REPLACE_RUBY+= data/munin/groonga_status_
REPLACE_RUBY+= data/munin/groonga_throughput_
+post-extract:
+ rm ${WRKSRC}/version
+
.include "../../lang/ruby/replace.mk"
.include "../../devel/editline/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"