git: 744a0bde1545 - main - databases/db: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 17:04:47 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=744a0bde1545a84fa804d492c9bae6ebae563b46 commit 744a0bde1545a84fa804d492c9bae6ebae563b46 Author: Helge Oldach <freebsd@oldach.net> AuthorDate: 2024-01-28 16:42:23 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-01-28 17:04:11 +0000 databases/db: Move manpages to share/man Not bumping PORTREVISION because it ends up in the distinfo. Approved by: portmgr (blanket) --- databases/db/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/db/Makefile b/databases/db/Makefile index 6fe5efe559a0..3bb0aadafbfb 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -17,7 +17,7 @@ CFLAGS+= -D__dead="" NO_WRKSUBDIR= yes PLIST_FILES= bin/db \ - man/man1/db.1.gz + share/man/man1/db.1.gz do-extract: ${MKDIR} ${WRKSRC} @@ -27,6 +27,6 @@ do-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/db ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/db.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/db.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>