diff options
author | az <az@FreeBSD.org> | 2005-11-24 17:03:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2005-11-24 17:03:52 +0800 |
commit | bc63f6cb95287d47619a7126afbba91852499ca3 (patch) | |
tree | fd7b4ab2e76fd926e906d6001b2e57db5324282a /security | |
parent | 6e826b37521f7d03c45faafb03d1b23e4d8800c6 (diff) | |
download | freebsd-ports-gnome-bc63f6cb95287d47619a7126afbba91852499ca3.tar.gz freebsd-ports-gnome-bc63f6cb95287d47619a7126afbba91852499ca3.tar.zst freebsd-ports-gnome-bc63f6cb95287d47619a7126afbba91852499ca3.zip |
- Fix typo in Makefile (s/aendmail/sendmail/)
PR: ports/89485
Submitted by: Demin Alexander (maintainer)
Diffstat (limited to 'security')
-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 |