diff options
author | max <max@FreeBSD.org> | 1997-07-17 23:13:02 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-17 23:13:02 +0800 |
commit | 95460ecd681df20e9ad250bb6be256383639e588 (patch) | |
tree | 4972cf82c7e5377187c3eaec254dfb25156427e7 /lang/itcl/Makefile | |
parent | f488a4f9836409996d4ba99c4a98f86785159b5d (diff) | |
download | freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.gz freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.tar.zst freebsd-ports-gnome-95460ecd681df20e9ad250bb6be256383639e588.zip |
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'lang/itcl/Makefile')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 9ac7c6d174ef..151d0a7471fb 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.18 1996/12/07 13:03:36 asami Exp $ +# $Id: Makefile,v 1.19 1997/05/31 17:36:10 fenner Exp $ # DISTNAME= itcl2.1 @@ -55,6 +55,6 @@ post-install: @echo " iwidgets" @echo "To the manpath in /etc/manpath.config" @echo "*****************************************************" - /sbin/ldconfig -m $(PREFIX)/lib + ${LDCONFIG} -m $(PREFIX)/lib .include <bsd.port.mk> |