diff options
author | asami <asami@FreeBSD.org> | 1997-03-05 23:13:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-05 23:13:23 +0000 |
commit | d6fcf6a5172e93082a9e3a75b99484f5418ae49f (patch) | |
tree | 9520bc683ac09e513410f98c3a5527006daa2d60 /japanese | |
parent | 384bafc4499cea8a21ee11e1ebe5fbf1a92272b9 (diff) | |
download | FreeBSD-ports-d6fcf6a5172e93082a9e3a75b99484f5418ae49f.zip FreeBSD-ports-d6fcf6a5172e93082a9e3a75b99484f5418ae49f.tar.gz |
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).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tcl76/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 4f504e1..8c6b83ed 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: |