summaryrefslogtreecommitdiff
path: root/games/xjig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xjig/Makefile')
-rw-r--r--games/xjig/Makefile6
1 files 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>