summaryrefslogtreecommitdiff
path: root/databases/tarantool
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-25 14:23:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-25 14:23:38 +0000
commitadeac03634dc088422f3f6ee17b35476cf6c52fc (patch)
tree05b9e860a27e994b0a5b5c4832c2e2a1d57431b6 /databases/tarantool
parent- Document CVE-2016-9963 for exim (diff)
CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=429430
Diffstat (limited to 'databases/tarantool')
-rw-r--r--databases/tarantool/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index 07722c177bb9..0cdd09541d72 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -23,8 +23,7 @@ TT_DATADIR?= /var/db/tarantool
TT_RUNDIR?= /var/run/tarantool
TT_LOGDIR?= /var/log/tarantool
-CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man \
- -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \
+CMAKE_ARGS= -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DENABLE_DIST=ON