diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /x11/gnome-core | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'x11/gnome-core')
-rw-r--r-- | x11/gnome-core/PLIST | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/x11/gnome-core/PLIST b/x11/gnome-core/PLIST index 96746f4df68..954a3ee2a23 100644 --- a/x11/gnome-core/PLIST +++ b/x11/gnome-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:10:48 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:07 skrll Exp $ bin/deskguide_applet bin/gmenu bin/gnome-about @@ -1515,18 +1515,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/omf/gnome-core @dirrm share/gnome-terminal/glade @dirrm share/gnome-terminal |