summaryrefslogtreecommitdiff
path: root/japanese/tcl76
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-05 23:13:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-05 23:13:23 +0000
commit3108729815516056e3ed711b4364651d78bc90e9 (patch)
treecb3462be3d0710b05019d3848f0752522f28de4d /japanese/tcl76
parentUpgrade to 970305 version of WINE. (diff)
Move ldconfig to post-install target so it will be run after installation
of shared library (the Makefile.lib called in pre-install was for the static lib).
Notes
Notes: svn path=/head/; revision=5858
Diffstat (limited to 'japanese/tcl76')
-rw-r--r--japanese/tcl76/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile
index 4f504e1fc77e..8c6b83edc76b 100644
--- a/japanese/tcl76/Makefile
+++ b/japanese/tcl76/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: taguchi@tohoku.iij.ad.jp
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/03/02 13:01:24 asami Exp $
#
DISTNAME= tcl7.6p2
@@ -40,6 +40,8 @@ pre-build:
pre-install:
${MKDIR} ${PREFIX}/lib/tcl7.6jp
cd ${WRKSRC} && ${MAKE} -f Makefile.lib install PREFIX=${PREFIX}
+
+post-install:
${LDCONFIG} -m ${PREFIX}/lib
test: