summaryrefslogtreecommitdiff
path: root/audio/gnome-audio
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 /audio/gnome-audio
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r--audio/gnome-audio/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnome-audio/PLIST b/audio/gnome-audio/PLIST
index 906eb388cc9..409e81daacd 100644
--- a/audio/gnome-audio/PLIST
+++ b/audio/gnome-audio/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:16:39 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:29 skrll Exp $
share/sounds/card_shuffle.wav
share/sounds/phone.wav
share/sounds/shutdown1.wav
@@ -16,4 +16,4 @@ share/sounds/gtk-events/clicked.wav
share/sounds/gtk-events/toggled.wav
@dirrm share/sounds/gtk-events
@dirrm share/sounds/panel
-@unexec rmdir %D/share/sounds 2>/dev/null || true
+@unexec ${RMDIR} %D/share/sounds 2>/dev/null || true