summaryrefslogtreecommitdiff
path: root/math/eispack/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch)
tree07dea29a435aa8be3d5b45607547c855e34deb6b /math/eispack/Makefile
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
Diffstat (limited to 'math/eispack/Makefile')
-rw-r--r--math/eispack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index d0156f1f4666..4b537108d5cb 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.10 1996/11/18 11:32:14 asami Exp $
+# $Id: Makefile,v 1.11 1997/04/03 01:14:20 fenner Exp $
#
DISTNAME= eispack
@@ -42,6 +42,6 @@ pre-extract:
chmod +x ${SCRIPTDIR}/uncomp
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>