Fix warning when using "pkg_add".
This commit is contained in:
parent
9877260955
commit
74ebd22a0d
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 1998/02/13 12:19:45 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 1998/02/24 20:56:24 tron Exp $
|
||||
bin/gimp
|
||||
include/libgimp/gimp.h
|
||||
include/libgimp/gimpenums.h
|
||||
|
@ -18,7 +18,7 @@ include/gck/gckvector.h
|
|||
info/pdb.info
|
||||
info/pdb.info-1
|
||||
info/pdb.info-2
|
||||
@exec [ ! -f %D/info/dir ] && /usr/bin/sed -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > %D/info/dir
|
||||
@exec ([ ! -f %D/info/dir ] && /usr/bin/sed -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > %D/info/dir) || /usr/bin/true
|
||||
@exec install-info %D/info/pdb.info %D/info/dir
|
||||
lib/libgimp.so.1.0
|
||||
lib/libgimp.la
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 1998/02/13 11:49:30 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 1998/02/24 20:53:13 tron Exp $
|
||||
lib/libglib.so.1.0
|
||||
lib/libglib.la
|
||||
lib/libglib.a
|
||||
|
@ -113,7 +113,7 @@ info/gtk.info-1
|
|||
info/gtk.info-2
|
||||
info/gtk.info-3
|
||||
info/gtk.info-4
|
||||
@exec [ ! -f %D/info/dir ] && /usr/bin/sed -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > %D/info/dir
|
||||
@exec ([ ! -f %D/info/dir ] && /usr/bin/sed -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > %D/info/dir) || /usr/bin/true
|
||||
@exec install-info %D/info/gdk.info %D/info/dir
|
||||
@exec install-info %D/info/gtk.info %D/info/dir
|
||||
@exec /sbin/ldconfig || /usr/bin/true
|
||||
|
|
Loading…
Reference in a new issue