diff options
author | hubertf <hubertf> | 1997-12-02 23:16:37 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-02 23:16:37 +0000 |
commit | f7cd53f446c38358df23f8482da47ae47d24790b (patch) | |
tree | 64069e08d33721b48a1af96437c47136695fe665 /graphics | |
parent | f3a8b3ad88da9ec88b16d3f991c81813b41cfdb5 (diff) | |
download | pkgsrc-f7cd53f446c38358df23f8482da47ae47d24790b.tar.gz |
remove ranlib, fix ldconfig
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/pkg/PLIST | 6 | ||||
-rw-r--r-- | graphics/xpm/pkg/PLIST | 3 |
2 files changed, 5 insertions, 4 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 diff --git a/graphics/xpm/pkg/PLIST b/graphics/xpm/pkg/PLIST index 28758945669..98d39f4481b 100644 --- a/graphics/xpm/pkg/PLIST +++ b/graphics/xpm/pkg/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 1997/11/30 22:28:36 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1997/12/02 23:16:42 hubertf Exp $ bin/sxpm lib/libXpm.a lib/libXpm.so.4.10 @exec /sbin/ldconfig -m %B || true +@unexec /sbin/ldconfig -m %B || true include/X11/xpm.h man/cat1/sxpm.0.gz |