diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /mail/exim-old/Makefile | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 5bb49673194b..2dae3b56abdd 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -71,7 +71,7 @@ do-configure: ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.00/doc/* ; do \ - ln -sf $$i ; \ + ${LN} -sf $$i ; \ done post-build: |