diff options
author | max <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 95460ecd681df20e9ad250bb6be256383639e588 (patch) | |
tree | 4972cf82c7e5377187c3eaec254dfb25156427e7 /math/octave | |
parent | f488a4f9836409996d4ba99c4a98f86785159b5d (diff) | |
download | FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.zip FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.tar.gz |
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 792a406..d62e1a6 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 |