aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftpack
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-17 23:13:02 +0800
committermax <max@FreeBSD.org>1997-07-17 23:13:02 +0800
commit95460ecd681df20e9ad250bb6be256383639e588 (patch)
tree4972cf82c7e5377187c3eaec254dfb25156427e7 /math/fftpack
parentf488a4f9836409996d4ba99c4a98f86785159b5d (diff)
downloadfreebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.gz
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.zst
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.zip
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'math/fftpack')
-rw-r--r--math/fftpack/Makefile4
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>