ldconfig after installation

This commit is contained in:
niklas 1998-02-12 14:38:32 +00:00
parent 6f4f4d5f2a
commit f9d74d909f

View File

@ -3,7 +3,7 @@
# Date created: December 2, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.2 1998/02/06 19:17:43 don Exp $
# $OpenBSD: Makefile,v 1.3 1998/02/12 14:38:32 niklas Exp $
#
DISTNAME= libpng-0.96
@ -16,4 +16,7 @@ MAINTAINER= angelos@openbsd.org
MAKEFILE= makefile
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>