summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitfa1d1e4d83108ff37c97627528c2face622cdd11 (patch)
treedcf9b0fb1a68bffcee5022498436b05c5daec532 /math
parent553599566d995df6cf4174f74328f0d62cd46206 (diff)
downloadFreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.zip
FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz
ln -> ${LN}
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 62e5a67..14326e5 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 2acb829..2b32a76 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
OpenPOWER on IntegriCloud