aboutsummaryrefslogtreecommitdiff
path: root/x11/xmangekyou
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 16:30:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 16:30:29 +0000
commit28cfe20550b8d64ee918cbfcf4fe5a3278650819 (patch)
tree71af0c4d98b5ba84b6c1b0b13d54be645e1468ce /x11/xmangekyou
parent9a82138f5ff27d075c25e5986d06f660543dcfe1 (diff)
downloadports-28cfe20550b8d64ee918cbfcf4fe5a3278650819.tar.gz
ports-28cfe20550b8d64ee918cbfcf4fe5a3278650819.zip
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'x11/xmangekyou')
-rw-r--r--x11/xmangekyou/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xmangekyou/Makefile b/x11/xmangekyou/Makefile
index 05d944f91c55..0077138220c9 100644
--- a/x11/xmangekyou/Makefile
+++ b/x11/xmangekyou/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xmangekyou
PORTVERSION= 2.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://ftp.vector.co.jp/16/65/1309/
@@ -14,7 +14,7 @@ ALL_TARGET= xmangekyou
PORTDOCS= COPYRIGHT.euc HISTORY.euc README.euc
PLIST_FILES= bin/xmangekyou lib/X11/XMangekyou/animation.dat \
- man/man1/xmangekyou.1.gz
+ share/man/man1/xmangekyou.1.gz
OPTIONS_DEFINE= DOCS
@@ -27,7 +27,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmangekyou ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xmangekyou.1.gz ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/xmangekyou.1.gz ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/XMangekyou
${INSTALL_DATA} ${WRKSRC}/animation.dat ${STAGEDIR}${PREFIX}/lib/X11/XMangekyou