diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-02 23:16:37 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-02 23:16:37 +0000 |
commit | 15387ad900e30ec55daf8bfdaf376a4f82a46478 (patch) | |
tree | 64069e08d33721b48a1af96437c47136695fe665 /graphics/png | |
parent | 862b44eb6b5b5a535e11590e4b1e199b13843bd9 (diff) | |
download | pkgsrc-15387ad900e30ec55daf8bfdaf376a4f82a46478.tar.gz |
remove ranlib, fix ldconfig
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST index d8211dd8d15..4281004f934 100644 --- a/graphics/png/pkg/PLIST +++ b/graphics/png/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:00:09 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1997/12/02 23:16:40 hubertf Exp $ include/png.h include/pngconf.h lib/libpng.a -@exec ranlib %D/%F lib/libpng.so.0.96 -@exec /sbin/ldconfig -m %B +@exec /sbin/ldconfig -m %B || true +@unexec /sbin/ldconfig -m %B || true |