fix ldconfig
This commit is contained in:
parent
15387ad900
commit
8ce370a67d
6 changed files with 18 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 1997/11/06 09:59:29 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 1997/12/02 23:25:09 hubertf Exp $
|
||||
bin/tic
|
||||
bin/toe
|
||||
bin/infocmp
|
||||
|
@ -23,8 +23,8 @@ lib/libmenu_g.a
|
|||
lib/libform.so
|
||||
lib/libform.a
|
||||
lib/libform_g.a
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -m %B
|
||||
@exec /sbin/ldconfig -m %B || true
|
||||
@unexec /sbin/ldconfig -m %B || true
|
||||
lib/terminfo/X/X-hpterm
|
||||
lib/terminfo/a/ansi-mini
|
||||
lib/terminfo/a/att7300
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 1997/11/06 09:59:55 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:11 hubertf Exp $
|
||||
include/GL/FooMesa.h
|
||||
include/GL/dosmesa.h
|
||||
include/GL/gl.h
|
||||
|
@ -30,8 +30,8 @@ lib/libMesaaux.so.2.4
|
|||
lib/libMesaaux_pic.a
|
||||
lib/libMesatk.so.2.4
|
||||
lib/libMesatk_pic.a
|
||||
@exec ldconfig -m %B
|
||||
@unexec ldconfig -m %B
|
||||
@exec ldconfig -m %B || true
|
||||
@unexec ldconfig -m %B || true
|
||||
share/examples/Mesa/book/Imakefile
|
||||
share/examples/Mesa/book/Makefile
|
||||
share/examples/Mesa/book/README
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:00:51 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:13 hubertf Exp $
|
||||
bin/tclsh8.0
|
||||
lib/libtcl80.a
|
||||
lib/libtcl80.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -m %B
|
||||
@exec /sbin/ldconfig -m %B || true
|
||||
@unexec /sbin/ldconfig -m %B || true
|
||||
include/tcl8.0/tcl.h
|
||||
include/tcl8.0/unix/tclUnixPort.h
|
||||
include/tcl8.0/generic/tcl.h
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 1997/11/22 05:41:47 hubertf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 1997/12/02 23:25:14 hubertf Exp $
|
||||
bin/pico
|
||||
bin/pilot
|
||||
bin/pine
|
||||
lib/libpico.so.1.3
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -m %B
|
||||
@exec /sbin/ldconfig -m %B || true
|
||||
@unexec /sbin/ldconfig -m %B || true
|
||||
lib/pine.conf
|
||||
lib/pine.conf.fixed
|
||||
bin/pgpencrypt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:05:08 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:15 hubertf Exp $
|
||||
bin/mwm
|
||||
bin/mxmkmf
|
||||
bin/uil
|
||||
|
@ -135,8 +135,8 @@ lib/libMrm.so.0.1
|
|||
lib/libUil.so.0.1
|
||||
lib/libXm.so.0.1
|
||||
lib/libltc.a
|
||||
@exec ldconfig -m %D/lib
|
||||
@unexec ldconfig -m %D/lib
|
||||
@exec ldconfig -m %D/lib || true
|
||||
@unexec ldconfig -m %D/lib || true
|
||||
@dirrm lib/X11/mwm
|
||||
@dirrm lib/X11/lesstif
|
||||
@dirrm include/Xm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:05:26 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:17 hubertf Exp $
|
||||
bin/wish8.0
|
||||
include/tk8.0/tk.h
|
||||
include/tk8.0/unix/tkUnixDefault.h
|
||||
|
@ -245,8 +245,8 @@ lib/tk8.0/safetk.tcl
|
|||
lib/tk8.0/tkConfig.sh
|
||||
lib/libtk80.a
|
||||
lib/libtk80.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -m %B
|
||||
@exec /sbin/ldconfig -m %B || true
|
||||
@unexec /sbin/ldconfig -m %B || true
|
||||
@dirrm lib/tk8.0/demos/images
|
||||
@dirrm lib/tk8.0/demos
|
||||
@dirrm lib/tk8.0/images
|
||||
|
|
Loading…
Reference in a new issue