diff options
Diffstat (limited to 'math/eval')
-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 62e5a67f68d..14326e551e3 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 |