diff options
author | max <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 95460ecd681df20e9ad250bb6be256383639e588 (patch) | |
tree | 4972cf82c7e5377187c3eaec254dfb25156427e7 /x11-toolkits/blt | |
parent | f488a4f9836409996d4ba99c4a98f86785159b5d (diff) | |
download | FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.zip FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.tar.gz |
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r-- | x11-toolkits/blt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 9776788..5e30bb6 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,7 +3,7 @@ # Date created: 3 August 1996 # Whom: lukin <lukin@okbmei.msk.su> # -# $Id: Makefile,v 1.12 1997/04/02 00:24:18 fenner Exp $ +# $Id: Makefile,v 1.13 1997/04/20 13:19:49 wosch Exp $ # DISTNAME= blt-2.1 @@ -22,6 +22,6 @@ MANN= BLT.n barchart.n bgexec.n bitmap.n bltdebug.n busy.n \ vector.n watch.n winop.n post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |