git: f63ef011b201 - main - games/xjig: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 08:16:42 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f63ef011b20168ddf98bf31de05849d44327a8f2
commit f63ef011b20168ddf98bf31de05849d44327a8f2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 08:16:01 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 08:16:01 +0000
games/xjig: Moved man to share/man
Approved by: portmgr (blanket)
---
games/xjig/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games/xjig/Makefile b/games/xjig/Makefile
index 7570e0cd545f..f5eac186b61d 100644
--- a/games/xjig/Makefile
+++ b/games/xjig/Makefile
@@ -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>