Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 09:45:43 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526749 - head/mail/exim
Message-ID:  <202002220945.01M9jhcV029800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002220945.01M9jhcV029800>