Skip to content

Commit

Permalink
multimedia/xanim: use ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 11, 2024
1 parent 2975990 commit 9ec1961
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions multimedia/xanim/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xanim
PORTVERSION= 2.92.0
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= multimedia graphics
MASTER_SITES= ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/:main \
LOCAL/dinoex:main,DEFAULT \
Expand All @@ -24,8 +24,9 @@ USES= alias imake xorg
USE_GCC= yes
USE_XORG= xext xt sm ice xext x11
MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines
MAKE_ARGS+= MANPATH="${PREFIX}/share/man"
DLLDIR= ${PREFIX}/lib/X11/xanim
PLIST_FILES+= bin/xanim man/man1/xanim.1.gz
PLIST_FILES+= bin/xanim share/man/man1/xanim.1.gz

post-extract:
${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC}
Expand Down

0 comments on commit 9ec1961

Please sign in to comment.