diff options
author | max <max@FreeBSD.org> | 1997-07-17 23:13:02 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-17 23:13:02 +0800 |
commit | 95460ecd681df20e9ad250bb6be256383639e588 (patch) | |
tree | 4972cf82c7e5377187c3eaec254dfb25156427e7 /math/lapack/Makefile | |
parent | f488a4f9836409996d4ba99c4a98f86785159b5d (diff) | |
download | freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.gz freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.zst freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.zip |
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r-- | math/lapack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index e7424521a648..5304dee22227 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -3,7 +3,7 @@ # Date created: 2 July 1994 # Whom: jmz # -# $Id: Makefile,v 1.2 1996/06/10 21:19:55 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:32:23 asami Exp $ # DISTNAME= LAPACK @@ -17,7 +17,7 @@ MAINTAINER= jmz@FreeBSD.org do-install: install -c -o bin -g bin ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib install -c -o bin -g bin ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOMANCOMPRESS) cd ${WRKDIR}/blas/man/manl; \ for i in *.l; do gzip -9f < $$i >${PREFIX}/man/manl/$$i.gz; done |