summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2005-11-24 09:03:52 +0000
committerAndrej Zverev <az@FreeBSD.org>2005-11-24 09:03:52 +0000
commitee9e4461472f276f0fb7af45482a7b1a631b92ba (patch)
treeeafae05cfbdce29d8c591bdd24cfc86bd7503c61 /security
parent- Update to 0.02 (diff)
- Fix typo in Makefile (s/aendmail/sendmail/)
PR: ports/89485 Submitted by: Demin Alexander (maintainer)
Notes
Notes: svn path=/head/; revision=149270
Diffstat (limited to 'security')
-rw-r--r--security/drweb-sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index e77569f19f02..bf6d2bdfaf04 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -59,7 +59,7 @@ do-install:
.for TMPL in ${TMPLS}
${INSTALL} -m 0640 -o drweb -g drweb ${WRKSRC}${LOCALBASE}/etc/drweb/templates/${LANG}/${TMPL}.msg \
${CONF_PREFIX}/templates/${LANG}/sendmail/${TMPL}.msg-distr
-.if !exists( ${CONF_PREFIX}/templates/${LANG}/aendmail/${TMPL}.msg )
+.if !exists( ${CONF_PREFIX}/templates/${LANG}/sendmail/${TMPL}.msg )
${CP} ${CONF_PREFIX}/templates/${LANG}/sendmail/${TMPL}.msg-distr \
${CONF_PREFIX}/templates/${LANG}/sendmail/${TMPL}.msg
.endif