aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 18:27:55 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 19:01:50 +0000
commit24a6df2364570ef6175f37423783beb004644fe3 (patch)
tree7e689fb8bf1d4c69f25e07c41d6d612536b57b30
parent81516ec7cfbfbb723d6b95a94ea75110b9706dca (diff)
downloadports-24a6df2364570ef6175f37423783beb004644fe3.tar.gz
ports-24a6df2364570ef6175f37423783beb004644fe3.zip
games/bs: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--games/bs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile
index 3ce8c9d35537..96c5434ac44a 100644
--- a/games/bs/Makefile
+++ b/games/bs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bs
PORTVERSION= 2.11
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= alfix86@gmail.com
@@ -22,7 +23,7 @@ GL_TAGNAME= 73947294765e163a7b914fd6eb4dd364125b3382
PLIST_FILES= ${DESKTOPDIR}/${PORTNAME}.desktop \
bin/${PORTNAME} \
- man/man6/${PORTNAME}.6.gz \
+ share/man/man6/${PORTNAME}.6.gz \
share/appdata/${PORTNAME}.xml \
share/icons/hicolor/32x32/apps/battleship.png
@@ -32,7 +33,7 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin/|; \
s|/usr/share/|${PREFIX}/share/|; \
- s|/usr/local/share/man|${PREFIX}/man/|' \
+ s|/usr/local/share/man|${PREFIX}/share/man/|' \
${WRKSRC}/Makefile
post-install: