git: 83d9e1a32239 - main - x11/cliphist: show install command for cliphist-fzf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Dec 2022 16:29:56 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83d9e1a3223970e727a02baf14a060a68ae06e70
commit 83d9e1a3223970e727a02baf14a060a68ae06e70
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-26 16:29:38 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-26 16:29:53 +0000
x11/cliphist: show install command for cliphist-fzf
---
x11/cliphist/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile
index 566ad48cba77..a320ccbc0330 100644
--- a/x11/cliphist/Makefile
+++ b/x11/cliphist/Makefile
@@ -26,7 +26,7 @@ FZF_RUN_DEPENDS= fzf:textproc/fzf
FZF_PLIST_FILES= bin/${PORTNAME}-fzf
post-install-FZF-on:
- @${INSTALL_SCRIPT} ${WRKSRC}/contrib/${FZF_PLIST_FILES:T} \
+ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${FZF_PLIST_FILES:T} \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>