git: f5929d73b271 - main - games/narcissu2: unbreak build after 3fc4fad26362
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Jul 2025 18:31:06 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5929d73b2713d616b3ef6b00026094559b27e30
commit f5929d73b2713d616b3ef6b00026094559b27e30
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-07-15 18:25:41 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-07-15 18:30:21 +0000
games/narcissu2: unbreak build after 3fc4fad26362
install -m 0644 /portdistfilesnarci2.ico /portdistfilesnarci2.png /wrkdirs/usr/ports/games/narcissu2/work/stage/usr/local/share/pixmaps
install: /portdistfilesnarci2.ico: No such file or directory
*** Error code 71
Reported by: pkg-fallout
---
games/narcissu2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/narcissu2/Makefile b/games/narcissu2/Makefile
index 93e107032a4e..069c8b59ee57 100644
--- a/games/narcissu2/Makefile
+++ b/games/narcissu2/Makefile
@@ -49,7 +49,7 @@ pre-install:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${DISTFILES:M*\:icon:C/:.*//:S,^,${_DISTDIR},} \
+ ${INSTALL_DATA} ${DISTFILES:M*\:icon:C/:.*//:S,^,${DISTDIR}/,} \
${STAGEDIR}${PREFIX}/share/pixmaps
(cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
${INSTALL_DATA} -p ${WRKDIR}/*.utf ${STAGEDIR}${DATADIR}