diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 23:19:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 23:19:45 +0000 |
commit | 25212cb99ffaefe2c4d8d7eeb54de375cdd0f702 (patch) | |
tree | f013a58277dd8bbfa5af890ea8bb5c353ac4aece | |
parent | 7ac33a6af867b4015c07c6e175b295a2858ba168 (diff) | |
download | ports-25212cb99ffaefe2c4d8d7eeb54de375cdd0f702.tar.gz ports-25212cb99ffaefe2c4d8d7eeb54de375cdd0f702.zip |
Notes
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix21/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4599f5938bb7..87a58cb9064f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -357,6 +357,7 @@ SUBDIR += postfix-current SUBDIR += postfix-gps SUBDIR += postfix1 + SUBDIR += postfix21 SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postilion diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 8bcb312b0e37..b66e4039dddb 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -32,7 +32,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_REINPLACE= yes |