summaryrefslogtreecommitdiff
path: root/mail/postfix-current/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2001-03-04 04:10:47 +0000
committerkim <kim@pkgsrc.org>2001-03-04 04:10:47 +0000
commit6e16d14bda287a4290827ab44b48f13059f6cf69 (patch)
treec2d0baa5f4638a5c73e886a85a3c5ac5800e03ed /mail/postfix-current/Makefile
parent55da32de67858dd68e54badc3323ada1928b4e0d (diff)
downloadpkgsrc-6e16d14bda287a4290827ab44b48f13059f6cf69.tar.gz
Add an option to disable canonicalizing the envelope recipient. This
allows correct local delivery on multiple hosts while still canonicalizing visible and sender addresses. (This makes it possible to support vanity domains and "permanent address" services like iki.fi and pobox.com.)
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r--mail/postfix-current/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 649c4a9c689..cece3a0c98b 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2001/03/02 04:18:19 itojun Exp $
+# $NetBSD: Makefile,v 1.21 2001/03/04 04:10:47 kim Exp $
DISTNAME= release-20010228
PKGNAME= postfix-20010228
CATEGORIES= mail
MASTER_SITES= ftp://postfix.cloud9.net/official/
-PATCHFILES= postfix-20010228release-v6-20010302a.diff.gz
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
+PATCHFILES= postfix-20010228release-v6-20010302a.diff.gz \
+ postfix-20010228release-ercpt.diff
+PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
+ ftp://ftp.gw.com/pub/people/kim/patches/
PATCH_DIST_STRIP+= -p1
MAINTAINER= packages@netbsd.org