diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:49:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-14 17:49:35 +0000 |
commit | 827ad62b343a4bb895ff402f4f961a320bc6d4ac (patch) | |
tree | d43aa3a1ee1a3891ff01af32481e6ef53450ec8c /mail | |
parent | Use openldap21-client. (diff) |
- make option LDAP_PORT overwriteable
Notes
Notes:
svn path=/head/; revision=86951
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index cd209423f72c..ce1d776b01bf 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -27,7 +27,7 @@ MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ mail.local.8 rmail.8 editmap.8 SENDMAIL= ${PREFIX}/sbin/sendmail PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} -LDAP_PORT= net/openldap20-client +LDAP_PORT?= net/openldap20-client # Options to define Features: # SENDMAIL_WITHOUT_IPV6=yes diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index cd209423f72c..ce1d776b01bf 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -27,7 +27,7 @@ MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ mail.local.8 rmail.8 editmap.8 SENDMAIL= ${PREFIX}/sbin/sendmail PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} -LDAP_PORT= net/openldap20-client +LDAP_PORT?= net/openldap20-client # Options to define Features: # SENDMAIL_WITHOUT_IPV6=yes |