diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-11-08 18:44:39 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-11-08 18:44:39 +0000 |
commit | bdece63fca75535419cf63433103e73f38a1d94f (patch) | |
tree | 5d7990f1681328df299d10a8014bcd2ca8046569 /mail/postfix24/Makefile | |
parent | c69658ad1bec454776b624036fedda469f8e4c01 (diff) | |
download | ports-bdece63fca75535419cf63433103e73f38a1d94f.tar.gz ports-bdece63fca75535419cf63433103e73f38a1d94f.zip |
Notes
Diffstat (limited to 'mail/postfix24/Makefile')
-rw-r--r-- | mail/postfix24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 262f59a1ed71..cb6d486141ab 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -199,8 +199,8 @@ _REQUIRE+= ypserv .endif .if defined(WITH_VDA) -PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/ -PATCHFILES+= postfix-2.3.3-vda.patch.gz +PATCH_SITES+= http://vda.sourceforge.net/VDA/ +PATCHFILES+= postfix-2.3.4-vda.patch.gz PATCH_DIST_STRIP= -p1 .endif |