diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 18:40:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 03:31:36 +0000 |
commit | 96119603dbebd68a82a35e8f683a751d332ce571 (patch) | |
tree | e8e69e4edfb9ce493919a2c045b5b1ddef67cd97 | |
parent | ffce7654f26ebc8f33e0d9e848cf397557ba99d8 (diff) |
databases/pgbouncer: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | databases/pgbouncer/Makefile | 5 | ||||
-rw-r--r-- | 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%% |