diff options
Diffstat (limited to 'databases/tarantool/Makefile')
-rw-r--r-- | databases/tarantool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 0cdd09541d72..e1b13ec5de8f 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 1.6.9.9 +PORTVERSION= 1.7.3.99 CATEGORIES= databases -MASTER_SITES= http://download.tarantool.org/tarantool/1.6/src/ +MASTER_SITES= http://download.tarantool.org/tarantool/1.7/src/ MAINTAINER= vg@FreeBSD.org COMMENT= NoSQL database running in a Lua application server @@ -25,6 +25,7 @@ TT_LOGDIR?= /var/log/tarantool CMAKE_ARGS= -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \ -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ + -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ -DENABLE_DIST=ON USERS= tarantool |