summaryrefslogtreecommitdiff
path: root/math/octave
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/octave
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 792a40697ced..d62e1a60d629 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 June 1997
# Whom: chuckr@freebsd.org
#
-# $Id: Makefile,v 1.7 1997/01/20 22:13:37 chuckr Exp $
+# $Id: Makefile,v 1.8 1997/06/28 02:32:20 chuckr Exp $
#
DISTNAME= octave-2.0.8
@@ -34,7 +34,7 @@ post-install:
mv ${PREFIX}/lib/libreadline.so ${PREFIX}/lib/libreadline.so.2.0
mv ${PREFIX}/lib/libhistory.so ${PREFIX}/lib/libhistory.so.2.0
mv ${PREFIX}/lib/libkpathsea.so ${PREFIX}/lib/libkpathsea.so.2.0
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
.ifndef NOPORTDOCS
.for file in $(OCTAVE-INFO)
$(INSTALL_DATA) $(WRKSRC)/doc/interpreter/$(file) $(PREFIX)/info