aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-11 17:27:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-11 17:27:15 +0000
commit9ec19612828b0bad326e175fe31a3060cb83e95a (patch)
tree7da4147b01c6564529813383320dc6470cb0045c
parent2975990993222cbb2733104d1ac07acec2b583ab (diff)
downloadports-9ec19612828b0bad326e175fe31a3060cb83e95a.tar.gz
ports-9ec19612828b0bad326e175fe31a3060cb83e95a.zip
multimedia/xanim: use ${PREFIX}/share/man
-rw-r--r--multimedia/xanim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile
index 6c5e099c0069..2f354ae77408 100644
--- a/multimedia/xanim/Makefile
+++ b/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 \
@@ -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}