mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
x11-wm/blackbox: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7bda35ce99
commit
4eb4ad6aba
2 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue