1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

games/xjig: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 09:16:01 +01:00
parent 0d7568d203
commit f63ef011b2
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,6 +1,6 @@
PORTNAME= xjig
PORTVERSION= 2.4
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= XCONTRIB/games
@ -11,7 +11,7 @@ USES= compiler tar:tgz xorg
USE_CXXSTD= c++14
USE_XORG= x11 xorgproto xext
MAKEFILE= Makefile.Linux
PLIST_FILES= bin/xjig man/man1/xjig.1.gz
PLIST_FILES= bin/xjig share/man/man1/xjig.1.gz
.include <bsd.port.pre.mk>
@ -22,6 +22,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xjig ${STAGEDIR}${PREFIX}/bin/xjig
${INSTALL_MAN} ${WRKSRC}/xjig.man ${STAGEDIR}${PREFIX}/man/man1/xjig.1
${INSTALL_MAN} ${WRKSRC}/xjig.man ${STAGEDIR}${PREFIX}/share/man/man1/xjig.1
.include <bsd.port.post.mk>