databases/mysql57-{client, server}: Fix inconsistencies on texinfo and man files

This is port of r485867 from mysql56-{client, server}

Differential Revision:	The FreeBSD Foundation
This commit is contained in:
Mahdi Mokhtari 2018-11-25 16:30:00 +00:00
parent b8f2de7a75
commit efc9b62813
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485868
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mysql
PORTREVISION= 0
PORTREVISION= 1
PKGNAMESUFFIX= 57-client
COMMENT= Multithreaded SQL database (client)

View File

@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 5.7.24
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.7
PKGNAMESUFFIX?= 57-server
@ -39,7 +39,7 @@ CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \
-DINSTALL_DOCDIR="share/doc/mysql" \
-DINSTALL_DOCREADMEDIR="share/doc/mysql" \
-DINSTALL_INCLUDEDIR="include/mysql" \
-DINSTALL_INFODIR="info" \
-DINSTALL_INFODIR="${INFO_PATH}" \
-DINSTALL_LIBDIR="lib/mysql" \
-DINSTALL_MANDIR="man" \
-DINSTALL_MYSQLDATADIR="${MY_DBDIR}" \