git: 4eb4ad6aba22 - main - x11-wm/blackbox: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:53:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb4ad6aba2284483e80f2a4c43372ac07299d28 commit 4eb4ad6aba2284483e80f2a4c43372ac07299d28 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:45:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:52:35 +0000 x11-wm/blackbox: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/blackbox/Makefile | 5 +++-- x11-wm/blackbox/pkg-plist | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 62b751bc4858..22162817b52f 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= blackbox PORTVERSION= 0.70.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}wm/${PORTNAME}wm/Blackbox%20${PORTVERSION} @@ -16,6 +16,7 @@ USE_CXXSTD= c++14 USE_XORG= x11 xft GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= ${ICONV_LIB} @@ -50,6 +51,6 @@ post-install: post-install-TOOLS_ONLY-on: @${REINPLACE_CMD} -E '/[^s]\/blackbox|bstyleconvert|lib|include/d' \ ${TMPPLIST} - ${INSTALL_MAN} ${MANPAGES:S#^#${WRKSRC}/doc/#} ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${MANPAGES:S#^#${WRKSRC}/doc/#} ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> diff --git a/x11-wm/blackbox/pkg-plist b/x11-wm/blackbox/pkg-plist index 405f8e9108cf..8454b0cd990d 100644 --- a/x11-wm/blackbox/pkg-plist +++ b/x11-wm/blackbox/pkg-plist @@ -28,6 +28,6 @@ include/bt/XDG.hh %%DATADIR%%/styles/Purple %%DATADIR%%/styles/Red %%DATADIR%%/menu -man/man1/blackbox.1.gz -man/man1/bsetbg.1.gz -man/man1/bsetroot.1.gz +share/man/man1/blackbox.1.gz +share/man/man1/bsetbg.1.gz +share/man/man1/bsetroot.1.gz