aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 20:55:27 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 20:55:27 +0000
commit0f88ed614d3de9ed46c41028cf2f22975eeff57a (patch)
treef4519572010b06eda59dede8d41490eef53b4983 /mail/qmail
parent7ff153a552ed208bcb8c6492a42b161f05676a3f (diff)
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=363390
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 29318a03ae0a..696b4ccdc019 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -430,7 +430,7 @@ LDAPFLAGS+= -D${param}
. if ${PORT_OPTIONS:MSRS}
BUILD_DEPENDS+= srs:${PORTSDIR}/mail/libsrs2
MASTER_SITES+= http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:srs_ldap
-SRS_LDAP_PATCH = qmail-ldap-1.03-20060201-SRS.patch
+SRS_LDAP_PATCH= qmail-ldap-1.03-20060201-SRS.patch
DISTFILES+= ${SRS_LDAP_PATCH}:srs_ldap
. endif