aboutsummaryrefslogtreecommitdiff
path: root/games/narcissu2
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-20 02:01:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-20 02:01:42 +0000
commitacae7ed8a23a74fd368552ecaafcd0d75f1c6b88 (patch)
tree5d8aa8f2d76a8e600582d17f58038ba0c3ffd872 /games/narcissu2
parent1d7df735d7518b8c6d4db15ad2b0a5e1e2edabfe (diff)
downloadports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.tar.gz
ports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.zip
Simplify port-specific manpages location after r523104
Not all of my ports are covered because: - USES=cmake requires patching devel/cmake to undo BSD-specific defaults (A good example why BSD quirks should stay in ports, not to be upstreamed) - USES=meson and GNU_CONFIGURE require dropping --mandir argument - ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man
Notes
Notes: svn path=/head/; revision=523601
Diffstat (limited to 'games/narcissu2')
-rw-r--r--games/narcissu2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/narcissu2/Makefile b/games/narcissu2/Makefile
index 654d730be47c..0f180f0f84dc 100644
--- a/games/narcissu2/Makefile
+++ b/games/narcissu2/Makefile
@@ -30,8 +30,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-installer
PORTDATA= *
PORTDOCS= README
PLIST_FILES= bin/${PORTNAME} \
- man/man6/${PORTNAME}.6.gz \
- share/icons/hicolor/48x48/apps/${PORTNAME}.png
+ share/icons/hicolor/48x48/apps/${PORTNAME}.png \
+ share/man/man6/${PORTNAME}.6.gz
DESKTOP_ENTRIES="Narcissu & Narcissu: Side 2nd" \
"" \
@@ -54,7 +54,7 @@ do-install:
(cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
${INSTALL_DATA} -p ${WRKDIR}/*.utf ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.6 \
- ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6
+ ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6
(cd ${WRKSRC} && ${COPYTREE_SHARE} \
"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})