1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Forgot to call ldconfig in post-install.

This commit is contained in:
Thomas Gellekum 1997-11-19 12:22:01 +00:00
parent 9ff9802dd7
commit 120a1fbdd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8707

View File

@ -3,7 +3,7 @@
# Date created: 8 August 1997
# Whom: lukin@okbmei.msk.su
#
# $Id: Makefile,v 1.1.1.1 1997/08/11 08:54:43 tg Exp $
# $Id: Makefile,v 1.2 1997/11/19 12:18:02 tg Exp $
#
DISTNAME= dnd.1.1
@ -23,5 +23,6 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/libdnd
${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${PREFIX}/share/doc/libdnd
.endif
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>