summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch)
tree656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /math
parentecho -> ${ECHO}/${ECHO_MSG} (diff)
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to 'math')
-rw-r--r--math/eval/Makefile2
-rw-r--r--math/spin/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/math/spin/Makefile b/math/spin/Makefile
index 2acb8299598f..2b32a76680f9 100644
--- a/math/spin/Makefile
+++ b/math/spin/Makefile
@@ -30,7 +30,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin
${RM} -f ${PREFIX}/bin/xspin
- ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin
+ ${LN} -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/spin/Doc