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 /japanese/vflib | |
parent | f488a4f9836409996d4ba99c4a98f86785159b5d (diff) | |
download | FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.zip FreeBSD-ports-95460ecd681df20e9ad250bb6be256383639e588.tar.gz |
ldconfig -> ${LDCONFIG}.
Diffstat (limited to 'japanese/vflib')
-rw-r--r-- | japanese/vflib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 7d3430e..e13f3e7 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.5 1996/12/05 12:04:39 asami Exp $ +# $Id: Makefile,v 1.6 1997/03/03 09:00:04 asami Exp $ # DISTNAME= VFlib-2.22 @@ -49,6 +49,6 @@ do-install: ${MKDIR} ${PREFIX}/share/fonts/watanabe_font tar -C ${PREFIX}/share/fonts/watanabe_font \ -xzf ${DISTDIR}/watanabe-vf.tar.Z - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |