diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-11-24 09:03:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-11-24 09:03:52 +0000 |
commit | ee9e4461472f276f0fb7af45482a7b1a631b92ba (patch) | |
tree | eafae05cfbdce29d8c591bdd24cfc86bd7503c61 /security/drweb-sendmail | |
parent | 947f4d2d7a41f6065589870f9ca39cced8916bda (diff) | |
download | ports-ee9e4461472f276f0fb7af45482a7b1a631b92ba.tar.gz ports-ee9e4461472f276f0fb7af45482a7b1a631b92ba.zip |
Notes
Diffstat (limited to 'security/drweb-sendmail')
-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 |