summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-02-26 14:25:30 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-02-26 14:25:30 +0000
commit9f938c1f182922c46cc50c44cf0ac6e62771ef9b (patch)
treef014ec1dfbecc25887b3e194df6ebefc6b16f06f /mail/exim/Makefile
parentmail/exim: attempt to fix *taint* and auth issues (diff)
mail/exim: sort order to apply extra patches
Pointy hat to: fluffy
Notes
Notes: svn path=/head/; revision=527169
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index bcd4d6300d53..53a4b31ec3c2 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -106,7 +106,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Local-sa-exim.conf
EXIM_VERSION= 4.93.0.4
SA_EXIM_VERSION=4.2.1
EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink"
-EXTRA_PATCHES+= `${FIND} ${PATCHDIR} -name '74_*.patch'`
+EXTRA_PATCHES+= `${FIND} ${PATCHDIR} -name '74_*.patch'|${SORT} -h`
.if !defined(EXIMON_ONLY)
PLIST_SUB+= EXIM=""