Date: Sat, 6 Nov 2021 00:24:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72e1507c91cf - main - www/zenphoto: Remove -f because RM has it already Message-ID: <202111060024.1A60On8k011483@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=72e1507c91cfc4135e145a5cc956f80cac07ca86 commit 72e1507c91cfc4135e145a5cc956f80cac07ca86 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:00 +0000 www/zenphoto: Remove -f because RM has it already --- www/zenphoto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/zenphoto/Makefile b/www/zenphoto/Makefile index 0c8f2f5ed1be..840c5ea443a8 100644 --- a/www/zenphoto/Makefile +++ b/www/zenphoto/Makefile @@ -23,7 +23,7 @@ SUB_FILES= pkg-deinstall pkg-message USE_GITHUB= yes post-patch: - @${RM} -fr ${WRKSRC}/.github/ + @${RM} -r ${WRKSRC}/.github/ @${MKDIR} ${WRKSRC}/cache/ @${FIND} ${WRKSRC} -name '.git*' -delete @${RM} ${WRKSRC}/zp-core/Zenphoto.package
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111060024.1A60On8k011483>