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 /japanese | |
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 'japanese')
-rw-r--r-- | japanese/mutt-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index b893ce41e4dd..c83993f660fd 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -82,6 +82,8 @@ CYRUS_SASL2_DESC= SASL2 authentication IMAP_HEADER_CACHE_DESC= imap header cache MAILDIR_HEADER_CACHE_DESC= maildir header cache +DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-nodoc-contrib + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -129,9 +131,6 @@ post-patch: @${REINPLACE_CMD} -E ${CONFIGURE_SED} \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}.ac .endif -.if ! ${PORT_OPTIONS:MDOCS} - ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc-contrib -.endif post-configure: @${REINPLACE_CMD} -E "\ |