git: 36c14441b92a - main - www/buku: Remove -f because RM has it already
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:24:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=36c14441b92ad1894dd456ee1b8252592cbe1d95 commit 36c14441b92ad1894dd456ee1b8252592cbe1d95 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:53:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:53:52 +0000 www/buku: Remove -f because RM has it already --- www/buku/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/buku/Makefile b/www/buku/Makefile index 58b007cc7ecd..58d68c7e3d75 100644 --- a/www/buku/Makefile +++ b/www/buku/Makefile @@ -36,7 +36,7 @@ FISH_PLIST_FILES= share/fish/completions/buku.fish ZSH_PLIST_FILES= share/zsh/site-functions/_buku post-extract: - @${RM} -fr ${WRKSRC}/bukuserver + @${RM} -r ${WRKSRC}/bukuserver post-install: ${INSTALL_MAN} ${WRKSRC}/buku.1 ${STAGEDIR}${PREFIX}/share/man/man1