svn commit: r526749 - head/mail/exim

Vsevolod Stakhov vsevolod at FreeBSD.org
Sat Feb 22 09:45:43 UTC 2020


Author: vsevolod
Date: Sat Feb 22 09:45:43 2020
New Revision: 526749
URL: https://svnweb.freebsd.org/changeset/ports/526749

Log:
  - Forgot ${FILESDIR} for EXTRA_PATCHES

Modified:
  head/mail/exim/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Sat Feb 22 09:31:31 2020	(r526748)
+++ head/mail/exim/Makefile	Sat Feb 22 09:45:43 2020	(r526749)
@@ -96,7 +96,7 @@ IGNORE=	you cannot enable DANE without DNSSEC support 
 MASTER_SITES+=	http://marc.merlins.org/linux/exim/files/:sa_exim \
 		SF/sa-exim/sa-exim/${SA_EXIM_VERSION}:sa_exim
 DISTFILES+=	sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim
-EXTRA_PATCHES+=	files/extra-patch-Local-sa-exim.c
+EXTRA_PATCHES+=	${FILESDIR}/files/extra-patch-Local-sa-exim.c
 .endif
 
 EXIM_VERSION=	4.93


More information about the svn-ports-all mailing list