databases/db: Move manpages to share/man

Not bumping PORTREVISION because it ends up in the distinfo.

Approved by:	portmgr (blanket)
2024Q2
Helge Oldach 2024-01-28 19:42:23 +03:00 committed by Gleb Popov
parent 39350a49d4
commit 744a0bde15
1 changed files with 2 additions and 2 deletions

View File

@ -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>