Skip to content

Commit

Permalink
games/xjumpx: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 14, 2024
1 parent de3ac29 commit 7c60772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions games/xjumpx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xjumpx
PORTVERSION= 1.4
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://fenix.ne.jp/~cdrtk/soft/dl/

Expand All @@ -11,15 +11,15 @@ LICENSE= BSD2CLAUSE

MAKE_ENV= X11BASE=${LOCALBASE}
USES= xorg
USE_XORG= xpm xaw
USE_XORG= x11 xext xpm xaw xmu xt

SUB_FILES= pkg-message

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xjumpx ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xjumpx
${CP} ${WRKSRC}/XJumpX.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XJumpX
${INSTALL_MAN} ${WRKSRC}/xjumpx.1 ${STAGEDIR}${PREFIX}/man/man1
${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/xjumpx.1
${INSTALL_MAN} ${WRKSRC}/xjumpx.1 ${STAGEDIR}${PREFIX}/share/man/man1
${GZIP_CMD} ${STAGEDIR}${PREFIX}/share/man/man1/xjumpx.1

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion games/xjumpx/pkg-plist
@@ -1,4 +1,4 @@
bin/xjumpx
man/man1/xjumpx.1.gz
lib/X11/app-defaults/XJumpX
@dir(,,777) lib/X11/xjumpx
share/man/man1/xjumpx.1.gz

0 comments on commit 7c60772

Please sign in to comment.