git: 9ec19612828b - main - multimedia/xanim: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 17:27:25 UTC
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ec19612828b0bad326e175fe31a3060cb83e95a
commit 9ec19612828b0bad326e175fe31a3060cb83e95a
Author: Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-11 17:27:15 +0000
Commit: Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-11 17:27:15 +0000
multimedia/xanim: use ${PREFIX}/share/man
---
multimedia/xanim/Makefile | 5 +++--
1 file 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}