git: a816869bdb5c - main - databases/tarantool: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:03:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a816869bdb5c3bf41428b4d3aff333fd148a5efc commit a816869bdb5c3bf41428b4d3aff333fd148a5efc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:49:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:00:24 +0000 databases/tarantool: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) - Bump PORTREVISION for package change --- databases/tarantool/Makefile | 3 ++- databases/tarantool/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 8ae6f863337b..a7024d3ddf2b 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -2,6 +2,7 @@ PORTNAME= tarantool PORTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -28,7 +29,7 @@ USE_PERL5= build BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed CMAKE_ARGS= -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \ -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ - -DCMAKE_INSTALL_MANDIR=${PREFIX}/man + -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man CMAKE_OFF= ENABLE_BUNDLED_LIBCURL \ ENABLE_BUNDLED_LIBYAML \ ENABLE_BUNDLED_MSGPUCK \ diff --git a/databases/tarantool/pkg-plist b/databases/tarantool/pkg-plist index f755795bf7ba..5313e8f612c7 100644 --- a/databases/tarantool/pkg-plist +++ b/databases/tarantool/pkg-plist @@ -10,8 +10,8 @@ include/tarantool/luaconf.h include/tarantool/luajit.h include/tarantool/lualib.h include/tarantool/module.h -man/man1/tarantool.1.gz -man/man1/tarantoolctl.1.gz +share/man/man1/tarantool.1.gz +share/man/man1/tarantoolctl.1.gz %%DATADIR%%/luarocks/admin/cache.lua %%DATADIR%%/luarocks/admin/cmd/add.lua %%DATADIR%%/luarocks/admin/cmd/make_manifest.lua