git: 8413889b8350 - main - databases/pgdbf: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8413889b8350f30b2cb0111308d00e84c650f493 commit 8413889b8350f30b2cb0111308d00e84c650f493 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 18:41:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 03:31:37 +0000 databases/pgdbf: Moved man to share/man Approved by: portmgr (blanket) --- databases/pgdbf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/pgdbf/Makefile b/databases/pgdbf/Makefile index 80f2d919874d..94d0fa3c346e 100644 --- a/databases/pgdbf/Makefile +++ b/databases/pgdbf/Makefile @@ -1,5 +1,6 @@ PORTNAME= pgdbf PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF @@ -11,9 +12,10 @@ LICENSE= GPLv3 USES= gmake tar:xz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/pgdbf \ %%DOCSDIR%%/README \ - man/man1/pgdbf.1.gz + share/man/man1/pgdbf.1.gz .include <bsd.port.mk>