Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 17:04:47 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 744a0bde1545 - main - databases/db: Move manpages to share/man
Message-ID:  <202401281704.40SH4l6s027936@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401281704.40SH4l6s027936>