aboutsummaryrefslogtreecommitdiffstats
path: root/security
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 /security
parentf488a4f9836409996d4ba99c4a98f86785159b5d (diff)
downloadfreebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.gz
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.zst
freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.zip
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'security')
-rw-r--r--security/rsaref/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index dc56bfac8397..a03d1dd49a10 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -4,7 +4,7 @@
# Date created: 2 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.18 1996/11/18 14:13:26 asami Exp $
+# $Id: Makefile,v 1.2 1997/02/02 21:25:02 ache Exp $
#
PKGNAME= rsaref-2.0
@@ -32,7 +32,7 @@ do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} librsaref.a librsaref.so.2.0 \
${PREFIX}/lib
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
install -d -m 555 ${PREFIX}/share/doc/rsaref
cd ${WRKDIR}/doc && \
${INSTALL_DATA} info.txt rsaref.txt \