summaryrefslogtreecommitdiffstats
path: root/math/linpack
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committermax <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit95460ecd681df20e9ad250bb6be256383639e588 (patch)
tree4972cf82c7e5377187c3eaec254dfb25156427e7 /math/linpack
parentf488a4f9836409996d4ba99c4a98f86785159b5d (diff)
downloadFreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.zip
FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.tar.gz
ldconfig -> ${LDCONFIG}.
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 969a036..801ed38 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.10 1996/11/18 11:32:26 asami Exp $
+# $Id: Makefile,v 1.11 1997/04/03 01:17:23 fenner Exp $
#
DISTNAME= linpack
@@ -55,6 +55,6 @@ pre-extract:
chmod +x ${SCRIPTDIR}/uncomp
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
OpenPOWER on IntegriCloud