summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
commit235481b52a44969361f4c688e6e9d10798bd35d9 (patch)
treed4069fbea1d4f696753c9b5ab1500babadc62de2 /math
parentmake figlist and showfigfonts executable (diff)
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=20898
Diffstat (limited to 'math')
-rw-r--r--math/eispack/Makefile4
-rw-r--r--math/fudgit/Makefile10
-rw-r--r--math/linpack/Makefile4
-rw-r--r--math/simpack/Makefile4
4 files changed, 11 insertions, 11 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index 52d86c9562ff..414f656447b2 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.19 1998/12/01 09:30:25 asami Exp $
+# $Id: Makefile,v 1.20 1999/02/03 11:11:53 asami Exp $
#
DISTNAME= eispack
@@ -40,7 +40,7 @@ DISTFILES= ${SRCS:.f=.f.gz}
.include <bsd.port.pre.mk>
pre-build:
- cp Makefile.lib ${WRKDIR}/Makefile
+ ${CP} Makefile.lib ${WRKDIR}/Makefile
post-install:
${LDCONFIG} -m ${PREFIX}/lib
diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile
index 8977be496f7a..f84df3e43fb2 100644
--- a/math/fudgit/Makefile
+++ b/math/fudgit/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1995/05/03 02:21:59 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 14:05:04 asami Exp $
#
DISTNAME= Fudgit_2.41
@@ -18,9 +18,9 @@ USE_GMAKE= yes
MAN1= fudgit.1
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib/fudgit
- @mkdir -p ${PREFIX}/man/man1
- @(cd ${WRKSRC}/examples; cp * ${PREFIX}/lib/fudgit)
+ @${MKDIR} ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/lib/fudgit
+ @${MKDIR} ${PREFIX}/man/man1
+ @(cd ${WRKSRC}/examples; ${CP} * ${PREFIX}/lib/fudgit)
.include <bsd.port.mk>
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index dba6f8fd1a6d..62fed399db97 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.18 1998/12/01 09:55:09 asami Exp $
+# $Id: Makefile,v 1.19 1999/02/03 11:11:53 asami Exp $
#
DISTNAME= linpack
@@ -53,7 +53,7 @@ DISTFILES= ${SRCS:.f=.f.gz}
.include <bsd.port.pre.mk>
pre-build:
- cp Makefile.lib ${WRKDIR}/Makefile
+ ${CP} Makefile.lib ${WRKDIR}/Makefile
post-install:
${LDCONFIG} -m ${PREFIX}/lib
diff --git a/math/simpack/Makefile b/math/simpack/Makefile
index 9bc5a3aed996..90525c4757d2 100644
--- a/math/simpack/Makefile
+++ b/math/simpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 June 1997
# Whom: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua>
#
-# $Id: Makefile,v 1.4 1998/11/14 09:43:25 asami Exp $
+# $Id: Makefile,v 1.5 1998/11/28 05:39:00 asami Exp $
#
DISTNAME= simpack-3.0
@@ -92,7 +92,7 @@ create-lib-sim++:
@(cd ${WRKDIR}/temp; \
for i in `${CAT} ${FILESDIR}/FILES-SRC-SIMPP` ; do \
gcc -fpic -DPIC -I${WRKSRC}/func/event/include -c -O \
- -o `basename $$i cpp`.so \
+ -o `${BASENAME} $$i cpp`.so \
${WRKSRC}/func/event/src/$$i ; \
done; \
if [ "${PORTOBJFORMAT}" = "elf" ]; then \