summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-04-10 20:23:18 +0000
committerjlam <jlam@pkgsrc.org>2002-04-10 20:23:18 +0000
commit5d07164538498bb8a70b3cefebcfb3e1d8739ccf (patch)
treec69cfb29f98c9a3bf080add5634cb38cbb10172a /x11
parent0799a8085281c62322489a813eea9f97fb94db9b (diff)
downloadpkgsrc-5d07164538498bb8a70b3cefebcfb3e1d8739ccf.tar.gz
Use ${TRUE} instead of true.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-core/PLIST38
1 files changed, 19 insertions, 19 deletions
diff --git a/x11/gnome-core/PLIST b/x11/gnome-core/PLIST
index b9e10eac65c..26759d0997a 100644
--- a/x11/gnome-core/PLIST
+++ b/x11/gnome-core/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/04/10 20:22:39 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2002/04/10 20:23:18 jlam Exp $
bin/deskguide_applet
bin/gmenu
bin/gnome-about
@@ -1051,8 +1051,8 @@ share/pixmaps/vnterm.xpm
@dirrm share/pixmaps/mailcheck
@dirrm share/pixmaps/fish
@dirrm share/omf/gnome-core
-@unexec ${RMDIR} share/mc/templates 2>/dev/null || true
-@unexec ${RMDIR} share/mc 2>/dev/null || true
+@unexec ${RMDIR} share/mc/templates 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} share/mc 2>/dev/null || ${TRUE}
@dirrm share/gnome/panel
@dirrm share/gnome/html/panel
@dirrm share/gnome/hints
@@ -1253,18 +1253,18 @@ share/pixmaps/vnterm.xpm
@dirrm share/gnome/help/clock_applet/C/figures
@dirrm share/gnome/help/clock_applet/C
@dirrm share/gnome/help/clock_applet
-@unexec ${RMDIR} %D/share/gnome/apps/Utilities 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/System 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Settings/Session 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Settings/Desktop 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Settings 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Multimedia 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Internet 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Graphics 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Games 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Development 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps/Applications 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || true
+@unexec ${RMDIR} %D/share/gnome/apps/Utilities 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/System 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Settings/Session 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Settings/Desktop 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Settings 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Multimedia 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Internet 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Graphics 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Games 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Development 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps/Applications 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || ${TRUE}
@dirrm share/gnome-terminal/glade
@dirrm share/gnome-terminal
@dirrm share/gnome-about
@@ -1276,7 +1276,7 @@ share/pixmaps/vnterm.xpm
@dirrm share/applets/Amusements
@dirrm share/applets
@exec ${MKDIR} %D/etc/gnome/panel-config/panel.d/default
-@unexec ${RMDIR} %D/etc/gnome/panel-config/panel.d/default 2>/dev/null || true
-@unexec ${RMDIR} %D/etc/gnome/panel-config/panel.d 2>/dev/null || true
-@unexec ${RMDIR} %D/etc/gnome/panel-config 2>/dev/null || true
-@unexec ${RMDIR} %D/etc/gnome 2>/dev/null || true
+@unexec ${RMDIR} %D/etc/gnome/panel-config/panel.d/default 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/etc/gnome/panel-config/panel.d 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/etc/gnome/panel-config 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/etc/gnome 2>/dev/null || ${TRUE}