svn commit: r375809 - head/mail/dma

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 29 23:06:31 UTC 2014


Author: bapt
Date: Mon Dec 29 23:06:29 2014
New Revision: 375809
URL: https://svnweb.freebsd.org/changeset/ports/375809
QAT: https://qat.redports.org/buildarchive/r375809/

Log:
  Use regular EXTRA_PATCHES definition
  
  PR:		192033
  Submitted by:	Anton Yuzhaninov <citrin+pr at citrin.ru>

Modified:
  head/mail/dma/Makefile

Modified: head/mail/dma/Makefile
==============================================================================
--- head/mail/dma/Makefile	Mon Dec 29 22:59:43 2014	(r375808)
+++ head/mail/dma/Makefile	Mon Dec 29 23:06:29 2014	(r375809)
@@ -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:


More information about the svn-ports-head mailing list