git: 6bfa9a6fb7c0 - 2024Q4 - multimedia/youtui: Fix stage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Nov 2024 05:30:38 UTC
The branch 2024Q4 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6bfa9a6fb7c04c215259b75c27f8bd7f7376728c
commit 6bfa9a6fb7c04c215259b75c27f8bd7f7376728c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-17 05:29:41 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-17 05:29:41 +0000
multimedia/youtui: Fix stage
Reported by: fallout
---
multimedia/youtui/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multimedia/youtui/Makefile b/multimedia/youtui/Makefile
index 73ea4f2d9fde..f784525cd1ee 100644
--- a/multimedia/youtui/Makefile
+++ b/multimedia/youtui/Makefile
@@ -473,7 +473,7 @@ do-install:
find ${WRKDIR}/target
echo "<< find"
${INSTALL_PROGRAM} \
- ${WRKDIR}/target/*/release/${PORTNAME} \
+ ${WRKDIR}/target/release/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>