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 /math/eval/Makefile | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Diffstat (limited to 'math/eval/Makefile')
-rw-r--r-- | math/eval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile index 62e5a67f68dd..14326e551e3a 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -24,7 +24,7 @@ EXTRACT_AFTER_ARGS= | lha x - WRKSRC= ${WRKDIR}/Eval/source post-extract: - -ln -s Makefile.unx ${WRKSRC}/Makefile + -${LN} -s Makefile.unx ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Eval ${PREFIX}/bin |