summaryrefslogtreecommitdiff
path: root/japanese/vflib/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch)
tree07dea29a435aa8be3d5b45607547c855e34deb6b /japanese/vflib/Makefile
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
Diffstat (limited to '')
-rw-r--r--japanese/vflib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index 7d3430e4777c..e13f3e7b2157 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>