aboutsummaryrefslogtreecommitdiff
path: root/chinese/mutt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-16 16:47:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-16 16:47:00 +0000
commit1cc9fcd1c758b73cdef7e674d4a87094e2d029f8 (patch)
tree3b8ea3a783597953a4328bd04ea5a6b9b48b5db6 /chinese/mutt
parent64dd85b7102fec072719d77c187a1c919d432ec2 (diff)
downloadports-1cc9fcd1c758b73cdef7e674d4a87094e2d029f8.tar.gz
ports-1cc9fcd1c758b73cdef7e674d4a87094e2d029f8.zip
Notes
Diffstat (limited to 'chinese/mutt')
-rw-r--r--chinese/mutt/Makefile2
1 files changed, 1 insertions, 1 deletions
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