Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2022 16:29:56 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 83d9e1a32239 - main - x11/cliphist: show install command for cliphist-fzf
Message-ID:  <202212261629.2BQGTuQX069717@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212261629.2BQGTuQX069717>