diff options
-rw-r--r-- | x11/gnome-core/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-core/PLIST b/x11/gnome-core/PLIST index 51198a08fe5..af3d422bd41 100644 --- a/x11/gnome-core/PLIST +++ b/x11/gnome-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/16 11:23:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/02/16 11:24:54 wiz Exp $ bin/deskguide_applet bin/gmenu bin/gnome-about @@ -1384,8 +1384,8 @@ share/pixmaps/vnterm.xpm @dirrm share/pixmaps/splash @dirrm share/pixmaps/mailcheck @dirrm share/pixmaps/fish -@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/html/panel @dirrm share/gnome/hints @dirrm share/gnome/help/tasklist_applet/C/stylesheet-images |