diff options
author | hubertf <hubertf> | 1998-01-24 05:19:32 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-24 05:19:32 +0000 |
commit | af39ca99c12c4bfde46dd50ac2fc2d1d15724537 (patch) | |
tree | 297c37200de7ceecda17322d8e65278ec90351af /graphics/Mesa | |
parent | 77ddc778aa0820a8cef0bd5a1994ce34ce68271c (diff) | |
download | pkgsrc-af39ca99c12c4bfde46dd50ac2fc2d1d15724537.tar.gz |
portlint: use /usr/bin/true
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Mesa/pkg/PLIST b/graphics/Mesa/pkg/PLIST index b81ed868166..97e92026154 100644 --- a/graphics/Mesa/pkg/PLIST +++ b/graphics/Mesa/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:11 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/01/24 05:19:32 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 || true -@unexec ldconfig -m %B || true +@exec ldconfig -m %B || /usr/bin/true +@unexec ldconfig -m %B || /usr/bin/true share/examples/Mesa/book/Imakefile share/examples/Mesa/book/Makefile share/examples/Mesa/book/README |