From 1cc9fcd1c758b73cdef7e674d4a87094e2d029f8 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 16 Jan 2017 16:47:00 +0000 Subject: Extract do-patch into a separate script. PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029 --- chinese/mutt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chinese/mutt') diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 29ecac57245c..c3261e31b4aa 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -36,7 +36,7 @@ post-patch:: @${REINPLACE_CMD} -e '/^mutt_SOURCES/s/\\$$/ myiconv.c \\/' ${WRKSRC}/Makefile.am @for i in ${.CURDIR}/files/patch-*; do \ ${ECHO_MSG} "===> Applying extra patch $$i"; \ - ${PATCH} ${PATCH_ARGS} < $$i; \ + ${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} < $$i; \ done @${REINPLACE_CMD} -e 's|裏|裡|' ${WRKSRC}/po/zh_TW.po -- cgit v1.2.3