diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-01 01:51:39 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-01 01:51:39 +0800 |
commit | 28ca7254718d2b6b2feab90205148ad0405f052f (patch) | |
tree | 1f12c4fc9e5a73b8a868332e674b49570124921e /mail | |
parent | 5f62ca151bd952d90a74dd7ae063407c81ad70c4 (diff) | |
download | freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.tar.gz freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.tar.zst freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.zip |
Only append to EXTRA_PATCHES after bsd.port.pre.mk
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-milter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile index e0a13cf7a4f5..49068b301ff3 100644 --- a/mail/py-milter/Makefile +++ b/mail/py-milter/Makefile @@ -32,7 +32,7 @@ post-install: .include <bsd.port.pre.mk> .if ${FLAVOR:Upy27:Mpy3*} -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-miltermodule.c +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-miltermodule.c .endif .include <bsd.port.post.mk> |