diff options
author | mat <mat@FreeBSD.org> | 2017-01-17 00:47:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-17 00:47:00 +0800 |
commit | a910cc17afab15cfc4090a2681968937a99ddcfa (patch) | |
tree | 3b8ea3a783597953a4328bd04ea5a6b9b48b5db6 /x11 | |
parent | 9bf7d5a787467dacc8f0c2c2fd1cc2be3fa69e06 (diff) | |
download | freebsd-ports-gnome-a910cc17afab15cfc4090a2681968937a99ddcfa.tar.gz freebsd-ports-gnome-a910cc17afab15cfc4090a2681968937a99ddcfa.tar.zst freebsd-ports-gnome-a910cc17afab15cfc4090a2681968937a99ddcfa.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 |
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 |