aboutsummaryrefslogtreecommitdiff
path: root/audio/gtick
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:14:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:14:22 +0000
commit98c419f62ad4c7bce13913be28ef8eefe074e650 (patch)
treef44fec44f6e7b4e19694c9aa3e6a41cd553d2083 /audio/gtick
parentd469b03a3ba02443d8c7ab59e02d7c38cf4abe10 (diff)
downloadports-98c419f62ad4c7bce13913be28ef8eefe074e650.tar.gz
ports-98c419f62ad4c7bce13913be28ef8eefe074e650.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711
Notes
Notes: svn path=/head/; revision=154107
Diffstat (limited to 'audio/gtick')
-rw-r--r--audio/gtick/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/gtick/pkg-plist b/audio/gtick/pkg-plist
index c37e81180f6d..1bcbccadca6f 100644
--- a/audio/gtick/pkg-plist
+++ b/audio/gtick/pkg-plist
@@ -11,7 +11,7 @@ share/locale/ga/LC_MESSAGES/gtick.mo
share/locale/nl/LC_MESSAGES/gtick.mo
share/locale/ro/LC_MESSAGES/gtick.mo
share/locale/ru/LC_MESSAGES/gtick.mo
-@unexec rmdir %D/share/locale/en@boldquot/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/en@boldquot 2> /dev/null || true
-@unexec rmdir %D/share/locale/en@quot/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/en@quot 2> /dev/null || true
+@dirrmtry share/locale/en@boldquot/LC_MESSAGES
+@dirrmtry share/locale/en@boldquot
+@dirrmtry share/locale/en@quot/LC_MESSAGES
+@dirrmtry share/locale/en@quot