summaryrefslogtreecommitdiff
path: root/graphics/png/pkg/PLIST
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-02 08:58:13 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-02 08:58:13 +0000
commitf6fc8a8a9e14e367650817be6027f926692af42a (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/png/pkg/PLIST
parent403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff)
downloadpkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.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/pkg/PLIST')
-rw-r--r--graphics/png/pkg/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST
index 7937600b4cc..2d7a996f2b9 100644
--- a/graphics/png/pkg/PLIST
+++ b/graphics/png/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 1998/01/24 05:27:36 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:06 hubertf Exp $
include/png.h
include/pngconf.h
lib/libpng.a
lib/libpng.so.0.96
-@exec /sbin/ldconfig -m %B || /usr/bin/true
-@unexec /sbin/ldconfig -m %B || /usr/bin/true
+@exec /sbin/ldconfig || /usr/bin/true
+@unexec /sbin/ldconfig || /usr/bin/true