diff options
author | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
commit | ee5ce3a1455724592e6e44eebe28d3a835c6a2bc (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/png/Makefile | |
parent | af74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (diff) | |
download | pkgsrc-ee5ce3a1455724592e6e44eebe28d3a835c6a2bc.tar.gz |
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 024cb16bf31..4ae16b11673 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1995 # Whom: ache # -# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:21 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp # @@ -18,6 +18,6 @@ MAINTAINER= ache@FreeBSD.org MAKEFILE= makefile post-install: - ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} + ${LDCONFIG} || ${TRUE} .include <bsd.port.mk> |