diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-30 07:06:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-30 07:06:29 +0800 |
commit | 8b2ccaa331f445e352164089b3af6e92c0b7c5bd (patch) | |
tree | eb66f067662ce8c2643264ec6e9ed67072148847 /mail/dma | |
parent | a8fc388f5a938e7a059d7d9792a5441f2aab70e9 (diff) | |
download | freebsd-ports-gnome-8b2ccaa331f445e352164089b3af6e92c0b7c5bd.tar.gz freebsd-ports-gnome-8b2ccaa331f445e352164089b3af6e92c0b7c5bd.tar.zst freebsd-ports-gnome-8b2ccaa331f445e352164089b3af6e92c0b7c5bd.zip |
Use regular EXTRA_PATCHES definition
PR: 192033
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Diffstat (limited to 'mail/dma')
-rw-r--r-- | mail/dma/Makefile | 4 |
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: |