From f63ef011b20168ddf98bf31de05849d44327a8f2 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Feb 2024 09:16:01 +0100 Subject: 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 @@ -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 -- cgit v1.2.3