diff options
author | pawel <pawel@FreeBSD.org> | 2014-11-03 02:20:46 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-11-03 02:20:46 +0800 |
commit | 33159a681ca5fbc6c25bb7f9f49ad5a9504edcc3 (patch) | |
tree | 1c75c02fc5c101c4c9fe940fb326ed84dc96df6f /textproc/groonga/Makefile | |
parent | 0875874d13ec8df028c282727bbf1373886dd85c (diff) | |
download | freebsd-ports-gnome-33159a681ca5fbc6c25bb7f9f49ad5a9504edcc3.tar.gz freebsd-ports-gnome-33159a681ca5fbc6c25bb7f9f49ad5a9504edcc3.tar.zst freebsd-ports-gnome-33159a681ca5fbc6c25bb7f9f49ad5a9504edcc3.zip |
- Update to version 4.0.6.1
- Clean pkg-plist
PR: 194171
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r-- | textproc/groonga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 5279669189c9..f615a5264b38 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 4.0.5 +PORTVERSION= 4.0.6.1 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -68,7 +68,7 @@ post-patch: '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.7.4/auto/install + ${WRKSRC}/vendor/nginx-1.7.6/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd |