aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:02:28 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:25:27 +0000
commit85f968eaf0dce4e809391b65d2ada19c89a26885 (patch)
tree643d5864ca0166e4379ebae61eab821776756a50
parent737e5c5f2ed43d31f88e8010a83ecd1856bf75ac (diff)
downloadports-85f968eaf0dce4e809391b65d2ada19c89a26885.tar.gz
ports-85f968eaf0dce4e809391b65d2ada19c89a26885.zip
databases/tdbc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--databases/tdbc/Makefile3
-rw-r--r--databases/tdbc/pkg-plist22
2 files changed, 13 insertions, 12 deletions
diff --git a/databases/tdbc/Makefile b/databases/tdbc/Makefile
index 3f7a2c6850aa..130ef286d518 100644
--- a/databases/tdbc/Makefile
+++ b/databases/tdbc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tdbc
DISTVERSION= 1.1.5
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= SF/tcl/TDBC/${PORTVERSION}
DISTFILES= ${PORTNAME}${PORTVERSION}${EXTRACT_SUFX}
@@ -22,7 +23,7 @@ OPTIONS_SUB= yes
USE_LDCONFIG= yes
MAKE_ENV+= DESTDIR=${STAGEDIR}
CONFIGURE_ARGS+=--enable-threads \
- --mandir=${PREFIX}/man \
+ --mandir=${PREFIX}/share/man \
--includedir=${PREFIX}/include/tdbc
PLIST_SUB+= VERSION=${DISTVERSION} \
TCL_MAJ=${TCL_VER:R} \
diff --git a/databases/tdbc/pkg-plist b/databases/tdbc/pkg-plist
index 748a7266976f..96fd830237f3 100644
--- a/databases/tdbc/pkg-plist
+++ b/databases/tdbc/pkg-plist
@@ -6,34 +6,34 @@ lib/tdbc%%VERSION%%/libtdbcstub%%VERSION%%.a
lib/tdbc%%VERSION%%/pkgIndex.tcl
lib/tdbc%%VERSION%%/tdbc.tcl
lib/tdbc%%VERSION%%/tdbcConfig.sh
-man/man3/Tdbc_Init.3.gz
-man/mann/tdbc.n.gz
-man/mann/tdbc_connection.n.gz
-man/mann/tdbc_mapSqlState.n.gz
-man/mann/tdbc_resultset.n.gz
-man/mann/tdbc_statement.n.gz
-man/mann/tdbc_tokenize.n.gz
+share/man/man3/Tdbc_Init.3.gz
+share/man/mann/tdbc.n.gz
+share/man/mann/tdbc_connection.n.gz
+share/man/mann/tdbc_mapSqlState.n.gz
+share/man/mann/tdbc_resultset.n.gz
+share/man/mann/tdbc_statement.n.gz
+share/man/mann/tdbc_tokenize.n.gz
@comment MySQL
%%MYSQL%%include/tdbc/fakemysql.h
%%MYSQL%%include/tdbc/mysqlStubs.h
%%MYSQL%%lib/tdbcmysql%%VERSION%%/libtdbcmysql%%VERSION%%.so
%%MYSQL%%lib/tdbcmysql%%VERSION%%/tdbcmysql.tcl
%%MYSQL%%lib/tdbcmysql%%VERSION%%/pkgIndex.tcl
-%%MYSQL%%man/mann/tdbc_mysql.n.gz
+%%MYSQL%%share/man/mann/tdbc_mysql.n.gz
@comment ODBC
%%ODBC%%include/tdbc/fakesql.h
%%ODBC%%include/tdbc/odbcStubs.h
%%ODBC%%lib/tdbcodbc%%VERSION%%/libtdbcodbc%%VERSION%%.so
%%ODBC%%lib/tdbcodbc%%VERSION%%/tdbcodbc.tcl
%%ODBC%%lib/tdbcodbc%%VERSION%%/pkgIndex.tcl
-%%ODBC%%man/mann/tdbc_odbc.n.gz
+%%ODBC%%share/man/mann/tdbc_odbc.n.gz
@comment PGSQL
%%PGSQL%%include/tdbc/fakepq.h
%%PGSQL%%include/tdbc/pqStubs.h
%%PGSQL%%lib/tdbcpostgres%%VERSION%%/libtdbcpostgres%%VERSION%%.so
%%PGSQL%%lib/tdbcpostgres%%VERSION%%/tdbcpostgres.tcl
%%PGSQL%%lib/tdbcpostgres%%VERSION%%/pkgIndex.tcl
-%%PGSQL%%man/mann/tdbc_postgres.n.gz
+%%PGSQL%%share/man/mann/tdbc_postgres.n.gz
@comment SQLITE
%%SQLITE%%lib/tcl%%TCL_MAJ%%/%%TCL_VER%%/tdbc/sqlite3-%%VERSION%%.tm
-%%SQLITE%%man/mann/tdbc_sqlite3.n.gz
+%%SQLITE%%share/man/mann/tdbc_sqlite3.n.gz