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).
This commit is contained in:
parent
d831c59d43
commit
3108729815
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5858
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue