diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-12 08:49:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-12 08:49:05 +0000 |
commit | 620f4650a2392a570d4ea8176db6e3ff800843e1 (patch) | |
tree | c40c82609eee1f72c22d870af8cef3d2591914a2 | |
parent | - Add AAC support, optionally either with faad or mpeg4ip (diff) |
After repocopy from mail/postfix, add mail/postfix20 port with postfix 2.0.x
for people who don't want to update to 2.1.x right now.
Notes
Notes:
svn path=/head/; revision=108986
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix20/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index fa85b794796e..1c0922313e25 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -297,6 +297,7 @@ SUBDIR += postfix SUBDIR += postfix-current SUBDIR += postfix1 + SUBDIR += postfix20 SUBDIR += postfixadmin SUBDIR += postilion SUBDIR += prayer diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 42370f14143b..3683608fa711 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -34,7 +34,8 @@ PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +CONFLICTS= courier-0.* postfix-1.* postfix-2.1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_REINPLACE= yes |