diff options
Diffstat (limited to 'mail/postfix20/Makefile')
-rw-r--r-- | mail/postfix20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index aa888b3e6fd..72b8347f323 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.0.16 +PORTVERSION= 2.0.18 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -27,6 +27,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} + PATCH_SITES= ${MASTER_SITES} PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz @@ -81,7 +82,6 @@ POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre .endif - post-patch: (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ |