diff options
author | lioux <lioux@FreeBSD.org> | 2000-12-11 14:55:48 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2000-12-11 14:55:48 +0000 |
commit | 48389a82e2235681963ba5e9ef2a5017538df66d (patch) | |
tree | b49f8a383238a71b7e75ccf30d11851641866e6b /mail/qmail-ldap | |
parent | e782284ef2bacfb6b65c8a4958ccf6d030f6480f (diff) | |
download | FreeBSD-ports-48389a82e2235681963ba5e9ef2a5017538df66d.zip FreeBSD-ports-48389a82e2235681963ba5e9ef2a5017538df66d.tar.gz |
Updated to latest patch level version 20001201
Also, added some WITH_* user options
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r-- | mail/qmail-ldap/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 3672686..3059ca7 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -29,7 +29,19 @@ DOCFILES+= ${WRKSRC}/QLDAPINSTALL ${WRKSRC}/QLDAPNEWS \ ${WRKSRC}/QLDAPTODO ${WRKSRC}/QLDAPPICTURE \ ${WRKSRC}/ANTISPAM -LDAP_PATCH_DATE= 20000701 +LDAP_PATCH_DATE= 20001201 + +.if defined(WITH_LDAP_CLUSTER) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ldap-cluster +.endif # WITH_LDAP_CLUSTER +# +.if defined(WITH_AUTOMAILDIRMAKE) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-automaildirmake +.endif # WITH_AUTOMAILDIRMAKE +# +.if defined(WITH_AUTOHOMEDIRMAKE) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-autohomedirmake +.endif # WITH_AUTOHOMEDIRMAKE # Local overrides MASTERDIR= ${PORTSDIR}/mail/qmail |