diff options
author | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
commit | 39a943ad929276e9804df46db543ee340a5f286a (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /audio/gnome-audio | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r-- | audio/gnome-audio/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnome-audio/PLIST b/audio/gnome-audio/PLIST index 409e81daacd..d9cac2d40e6 100644 --- a/audio/gnome-audio/PLIST +++ b/audio/gnome-audio/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:29 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:12 tron 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} |