Add post-install target to run ldconfig -m.
PR: 7484 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
This commit is contained in:
parent
7649d69ae2
commit
7170a1be5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12268
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 4 May 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/07/27 00:33:11 steve Exp $
|
||||
# $Id: Makefile,v 1.4 1998/07/27 22:12:27 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= EZWGL-1.39
|
||||
|
@ -262,4 +262,6 @@ do-install:
|
|||
@ cd ${WRKSRC}; tar cf - html ps | (cd ${PREFIX}/share/doc/EZ; tar --unlink -xf - )
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue