summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
committertron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
commit39a943ad929276e9804df46db543ee340a5f286a (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /graphics
parentac47c1e51eb2ab1e65648547c30db8c139286600 (diff)
downloadpkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-base/PLIST4
-rw-r--r--graphics/gphoto/PLIST8
-rw-r--r--graphics/gri/PLIST6
-rw-r--r--graphics/imlib/PLIST4
-rw-r--r--graphics/ns-flash/PLIST4
-rw-r--r--graphics/yplot/PLIST4
6 files changed, 15 insertions, 15 deletions
diff --git a/graphics/gimp-base/PLIST b/graphics/gimp-base/PLIST
index ce29f2320d5..a37dfb69c49 100644
--- a/graphics/gimp-base/PLIST
+++ b/graphics/gimp-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/10/07 14:54:42 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:26 tron Exp $
bin/gimp
bin/gimp-1.2
bin/gimp-config
@@ -1512,7 +1512,7 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gimp.mo
@dirrm share/gimp/1.2/brushes
@dirrm share/gimp/1.2
@dirrm share/gimp
-@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || true
+@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}
@dirrm lib/gimp/1.2/plug-ins
@dirrm lib/gimp/1.2/modules
@dirrm lib/gimp/1.2
diff --git a/graphics/gphoto/PLIST b/graphics/gphoto/PLIST
index 2947caa34c3..363075f2a13 100644
--- a/graphics/gphoto/PLIST
+++ b/graphics/gphoto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:44 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:27 tron Exp $
bin/dc21x_cam
bin/gphoto
bin/gphoto-exifdump
@@ -125,6 +125,6 @@ share/gphoto/gallery/RedNGray/thumbnail.html
@dirrm share/gphoto/gallery
@dirrm share/gphoto/doc
@dirrm share/gphoto
-@unexec ${RMDIR} %D/share/gnome/apps/Graphics 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome 2>/dev/null || true
+@unexec ${RMDIR} %D/share/gnome/apps/Graphics 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome 2>/dev/null || ${TRUE}
diff --git a/graphics/gri/PLIST b/graphics/gri/PLIST
index c140e162d58..846d926ca1f 100644
--- a/graphics/gri/PLIST
+++ b/graphics/gri/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/03 23:45:14 jtb Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:29 tron Exp $
bin/gri
bin/${PKGNAME}
bin/gri_merge
@@ -339,5 +339,5 @@ share/gri/${PKGVERSION}/startup.msg
@dirrm share/doc/html/gri/screenshots
@dirrm share/doc/html/gri/resources
@dirrm share/doc/html/gri
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || true
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
diff --git a/graphics/imlib/PLIST b/graphics/imlib/PLIST
index 659ead41092..4a703bff246 100644
--- a/graphics/imlib/PLIST
+++ b/graphics/imlib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/11/26 12:32:20 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.6 2002/12/09 16:01:29 tron Exp $
bin/imlib_config
bin/imlib-config
include/gdk_imlib.h
@@ -63,4 +63,4 @@ share/examples/imlib/im_palette-tiny.pal
@dirrm share/doc/imlib
@exec test %D = ${LOCALBASE} || ln -fs %D/share/aclocal/imlib.m4 ${LOCALBASE}/share/aclocal/imlib.m4
@unexec test %D = ${LOCALBASE} || ${RM} ${LOCALBASE}/share/aclocal/imlib.m4
-@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || true
+@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}
diff --git a/graphics/ns-flash/PLIST b/graphics/ns-flash/PLIST
index 7529ad77ea3..b05379fc486 100644
--- a/graphics/ns-flash/PLIST
+++ b/graphics/ns-flash/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:44 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:29 tron Exp $
lib/netscape/plugins/ShockwaveFlash.class
lib/netscape/plugins/libflashplayer.so
-@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || true
+@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || ${TRUE}
diff --git a/graphics/yplot/PLIST b/graphics/yplot/PLIST
index 7cbfd3ded33..888d5bdf504 100644
--- a/graphics/yplot/PLIST
+++ b/graphics/yplot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:44 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:30 tron Exp $
bin/yplot
bin/yplotl
share/yorick/1.4/contrib/yplot.i
@@ -46,4 +46,4 @@ share/doc/yplot/ytut.dvi
share/doc/yplot/ytut.ps.gz
@dirrm share/doc/yplot
@dirrm share/examples/yplot
-@unexec ${RMDIR} %D/share/yorick/1.4/contrib 2>/dev/null || true
+@unexec ${RMDIR} %D/share/yorick/1.4/contrib 2>/dev/null || ${TRUE}