diff options
author | max <max@FreeBSD.org> | 1997-06-21 01:49:51 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-21 01:49:51 +0800 |
commit | 906515a2b803464f87db36032091994ab668453c (patch) | |
tree | 9e0835fca30926117c952d38a0a4082e52d53cb1 /security | |
parent | bec67c9bea8f34d0864792acca744dea3134e795 (diff) | |
download | freebsd-ports-gnome-906515a2b803464f87db36032091994ab668453c.tar.gz freebsd-ports-gnome-906515a2b803464f87db36032091994ab668453c.tar.zst freebsd-ports-gnome-906515a2b803464f87db36032091994ab668453c.zip |
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index f8d5f6809565..a41ca19c42cf 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.13 1996/04/09 05:07:28 peter Exp $ +# $Id: Makefile,v 1.14 1996/11/17 07:58:06 obrien Exp $ # DISTNAME= tcp_wrappers_7.4 @@ -19,6 +19,6 @@ MAN5= hosts_access.5 hosts_options.5 MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8 post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |