git: 4d0620410996 - main - databases/mysqltcl: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d062041099677b277d029d9f26ba8eb5b925b7d commit 4d062041099677b277d029d9f26ba8eb5b925b7d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 18:38:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 03:31:34 +0000 databases/mysqltcl: Moved man to share/man Approved by: portmgr (blanket) --- databases/mysqltcl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index d89ddc338236..17651078864a 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= mysqltcl PORTVERSION= 3.052 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases tcl MASTER_SITES= http://www.xdobry.de/mysqltcl/ @@ -13,9 +13,10 @@ USE_LDCONFIG= yes PLIST_FILES= lib/${PORTNAME}-${PORTVERSION}/libmysqltcl${PORTVERSION}.so \ lib/${PORTNAME}-${PORTVERSION}/pkgIndex.tcl \ - man/mann/mysqltcl.n.gz + share/man/mann/mysqltcl.n.gz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --with-mysql-include=${LOCALBASE}/include/mysql \