diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch) | |
tree | 07dea29a435aa8be3d5b45607547c855e34deb6b /math/fftpack/Makefile | |
parent | eee52159ba4038c2038bbe707d582696d19079a6 (diff) | |
download | ports-5e5eddfc6095220a71076c16d43c690e2f9656e2.tar.gz ports-5e5eddfc6095220a71076c16d43c690e2f9656e2.zip |
Notes
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r-- | math/fftpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 177ea38edd0f..4da3f431160a 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1996 # Whom: pgs # -# $Id: Makefile,v 1.1.1.1 1997/02/14 08:53:05 tg Exp $ +# $Id: Makefile,v 1.2 1997/02/14 09:50:04 asami Exp $ # DISTNAME= fftpack @@ -30,6 +30,6 @@ post-install: ${MKDIR} $(PREFIX)/share/doc/fftlib ${CP} $(WRKSRC)/doc.Z $(PREFIX)/share/doc/fftlib/ .endif - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |