diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 09:58:05 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 09:58:05 +0800 |
commit | fa1d1e4d83108ff37c97627528c2face622cdd11 (patch) | |
tree | dcf9b0fb1a68bffcee5022498436b05c5daec532 /mail/exim-old | |
parent | 553599566d995df6cf4174f74328f0d62cd46206 (diff) | |
download | freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.zst freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.zip |
ln -> ${LN}
Diffstat (limited to 'mail/exim-old')
-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: |