aboutsummaryrefslogtreecommitdiff
path: root/math/linpack
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/linpack
parent8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff)
downloadports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz
ports-235481b52a44969361f4c688e6e9d10798bd35d9.zip
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=20898
Diffstat (limited to 'math/linpack')
-rw-r--r--math/linpack/Makefile4
1 files changed, 2 insertions, 2 deletions
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