ldconfig is already run in the real makefile properly.

This commit is contained in:
don 1998-02-06 19:17:43 +00:00
parent a4816d246c
commit 0108ff9599

View File

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