summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/Makefile
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 /x11/rxvt-unicode/Makefile
parentFixup EXTRA_PATCHES and PATCHFILES missing the :-pX argument. (diff)
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
Notes
Notes: svn path=/head/; revision=431680
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r--x11/rxvt-unicode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index bd04cb7d59c1..7246bd4b2a08 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -193,7 +193,7 @@ pre-everything::
.if ${PORT_OPTIONS:MIMLOCALE_FIX}
post-patch:
- ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-imlocale
+ ${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-imlocale
cd ${WRKSRC}/src && ./gentables
.endif