diff options
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 |
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 |