git: 6711c5a81fbc - main - databases/tcl-sqlite3: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6711c5a81fbc328d506c03b18b05d385aee8bd5b commit 6711c5a81fbc328d506c03b18b05d385aee8bd5b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 03:20:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 03:31:40 +0000 databases/tcl-sqlite3: Moved man to share/man Approved by: portmgr (blanket) --- databases/tcl-sqlite3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 3401f06cce4c..c51dc5825b38 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,5 +1,6 @@ PORTNAME= sqlite3 PORTVERSION= 3.34.1 +PORTREVISION= 1 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2021/ \ https://www2.sqlite.org/2021/ \ @@ -18,6 +19,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= pkgconfig tcl:tea USE_LDCONFIG= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-system-sqlite CFLAGS+= `pkg-config --cflags sqlite3` @@ -30,7 +32,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/tea PLIST_FILES= lib/${PORTNAME}/libsqlite${PORTVERSION}.so \ lib/${PORTNAME}/pkgIndex.tcl \ - man/mann/sqlite3.n.gz + share/man/mann/sqlite3.n.gz PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES THREADS