aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 03:20:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 03:31:40 +0000
commit6711c5a81fbc328d506c03b18b05d385aee8bd5b (patch)
treeb7acf188debe3b1e90461b20d115a3ba3cc56b44
parentb6375eb51f764dfaab212ab8a35a801246fe3920 (diff)
downloadports-6711c5a81fbc328d506c03b18b05d385aee8bd5b.tar.gz
ports-6711c5a81fbc328d506c03b18b05d385aee8bd5b.zip
databases/tcl-sqlite3: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--databases/tcl-sqlite3/Makefile4
1 files changed, 3 insertions, 1 deletions
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