summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /games/xpuyopuyo
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r--games/xpuyopuyo/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xpuyopuyo/PLIST b/games/xpuyopuyo/PLIST
index 54e82b87d94..36b0863c70e 100644
--- a/games/xpuyopuyo/PLIST
+++ b/games/xpuyopuyo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:57:32 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:42 skrll Exp $
bin/xpuyopuyo
man/man6/xpuyopuyo.6
share/gnome/apps/Games/xpuyopuyo.desktop
@@ -124,5 +124,5 @@ share/xpuyopuyo/xpuyopuyo.txt
@dirrm share/xpuyopuyo/themes
@dirrm share/xpuyopuyo/sounds
@dirrm share/xpuyopuyo
-@unexec rmdir -p %D/share/pixmaps 2>/dev/null || true
-@unexec rmdir -p %D/share/gnome/apps/Games 2>/dev/null || true
+@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || true
+@unexec ${RMDIR} -p %D/share/gnome/apps/Games 2>/dev/null || true