summaryrefslogtreecommitdiff
path: root/mail/dma
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-29 23:06:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-29 23:06:29 +0000
commit955f3c928862fb2a6dc2defd72e12f3f9c4b4b41 (patch)
treeeb66f067662ce8c2643264ec6e9ed67072148847 /mail/dma
parentUpdate to 0.2.1 (diff)
Use regular EXTRA_PATCHES definition
PR: 192033 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Notes
Notes: svn path=/head/; revision=375809
Diffstat (limited to 'mail/dma')
-rw-r--r--mail/dma/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile
index bae008a24ff6..7712ca460ac7 100644
--- a/mail/dma/Makefile
+++ b/mail/dma/Makefile
@@ -35,9 +35,9 @@ CONFFILES+= dma.conf auth.conf
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
-EXTRA_PATCHES= ${.CURDIR:H:H}/mail/dma/files/extrapatch-8-spool.c
+EXTRA_PATCHES= ${FILESDIR}/extrapatch-8-spool.c
.else
-EXTRA_PATCHES= ${.CURDIR:H:H}/mail/dma/files/extrapatch-else-spool.c
+EXTRA_PATCHES= ${FILESDIR}/extrapatch-else-spool.c
.endif
pre-patch: