diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-08-22 13:46:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-08-22 13:46:13 +0000 |
commit | daa4c98202724ff017e4301c65b7c31416c98f65 (patch) | |
tree | a471b9e3a0b1ce84517125a0c30c12e1b98e6b42 /devel | |
parent | 93115f0733e585c64a27c427ea9c13286b19604d (diff) | |
download | pkgsrc-daa4c98202724ff017e4301c65b7c31416c98f65.tar.gz |
do not list ELF shared lib links in PLIST.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/pkg/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/SDL/pkg/PLIST b/devel/SDL/pkg/PLIST index cc89b64fd99..1b348bf9e27 100644 --- a/devel/SDL/pkg/PLIST +++ b/devel/SDL/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/26 01:09:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/22 13:46:13 dmcmahill Exp $ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h @@ -28,9 +28,6 @@ include/SDL/close_code.h @dirrm include/SDL lib/libSDL.a lib/libSDL.la -lib/libSDL.so lib/libSDL-1.1.so.3.0 lib/libSDLmain.a share/aclocal/sdl.m4 -@comment libSDL.so doesn't get deleted correctly for some reason -@unexec rm -f %D/lib/libSDL.so |