diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:16:01 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:16:01 +0100 |
commit | f63ef011b20168ddf98bf31de05849d44327a8f2 (patch) | |
tree | c9e2ba29d822555b812f853b266945eea47c9a50 | |
parent | 0d7568d20352489850ca0ba1f6df1ee891fde85e (diff) | |
download | freebsd-ports-f63ef011b20168ddf98bf31de05849d44327a8f2.zip |
games/xjig: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/xjig/Makefile | 6 |
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> |