git: 96119603dbeb - main - databases/pgbouncer: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=96119603dbebd68a82a35e8f683a751d332ce571
commit 96119603dbebd68a82a35e8f683a751d332ce571
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 18:40:40 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 03:31:36 +0000
databases/pgbouncer: Moved man to share/man
Approved by: portmgr (blanket)
---
databases/pgbouncer/Makefile | 5 +++--
databases/pgbouncer/pkg-plist | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 815e21884740..15eec0fbb2ff 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pgbouncer
PORTVERSION= 1.21.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
@@ -53,8 +54,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgbouncer ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/doc/pgbouncer.1 ${STAGEDIR}${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/doc/pgbouncer.5 ${STAGEDIR}${PREFIX}/man/man5/
+ ${INSTALL_MAN} ${WRKSRC}/doc/pgbouncer.1 ${STAGEDIR}${PREFIX}/share/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/pgbouncer.5 ${STAGEDIR}${PREFIX}/share/man/man5/
${INSTALL_DATA} ${WRKSRC}/etc/pgbouncer.ini \
${STAGEDIR}${PREFIX}/etc/pgbouncer.ini.sample
${INSTALL_DATA} ${WRKSRC}/etc/userlist.txt \
diff --git a/databases/pgbouncer/pkg-plist b/databases/pgbouncer/pkg-plist
index 83102507d2ae..7c83546fb43e 100644
--- a/databases/pgbouncer/pkg-plist
+++ b/databases/pgbouncer/pkg-plist
@@ -1,6 +1,6 @@
bin/pgbouncer
-man/man1/pgbouncer.1.gz
-man/man5/pgbouncer.5.gz
+share/man/man1/pgbouncer.1.gz
+share/man/man5/pgbouncer.5.gz
@sample etc/pgbouncer.ini.sample
@sample etc/pgbouncer.users.sample
@dir(%%PGBOUNCER_USER%%,%%PGBOUNCER_GROUP%%,) %%PGBOUNCER_LOGDIR%%