aboutsummaryrefslogtreecommitdiff
path: root/irc/scrollz
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
commit0416031c9ba13da33845bc762078065b482dd551 (patch)
treebe4d2554a35fe96c98b1eaa2d243964ae3c4f602 /irc/scrollz
parent93189653b53dbb03ea40ad1126155b1ef52bb27c (diff)
downloadports-0416031c9ba13da33845bc762078065b482dd551.tar.gz
ports-0416031c9ba13da33845bc762078065b482dd551.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154113
Diffstat (limited to 'irc/scrollz')
-rw-r--r--irc/scrollz/pkg-plist28
1 files changed, 14 insertions, 14 deletions
diff --git a/irc/scrollz/pkg-plist b/irc/scrollz/pkg-plist
index 5d75bc9eccd9..971c65279d09 100644
--- a/irc/scrollz/pkg-plist
+++ b/irc/scrollz/pkg-plist
@@ -716,18 +716,18 @@ share/scrollz/translation/SWISS
share/scrollz/translation/UNITED_KINGDOM
share/scrollz/translation/UNITED_KINGDOM_COM
@exec mkdir %D/share/scrollz/script
-@unexec rmdir %D/share/scrollz/translation 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/script 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/bind 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/alias 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/cdcc 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/dcc 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/note 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/on 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/scrollz 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/set 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/window 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help/ctcp 2>/dev/null || true
-@unexec rmdir %D/share/scrollz/help 2>/dev/null || true
+@dirrmtry share/scrollz/translation
+@dirrmtry share/scrollz/script
+@dirrmtry share/scrollz/help/bind
+@dirrmtry share/scrollz/help/alias
+@dirrmtry share/scrollz/help/cdcc
+@dirrmtry share/scrollz/help/dcc
+@dirrmtry share/scrollz/help/note
+@dirrmtry share/scrollz/help/on
+@dirrmtry share/scrollz/help/scrollz
+@dirrmtry share/scrollz/help/set
+@dirrmtry share/scrollz/help/window
+@dirrmtry share/scrollz/help/ctcp
+@dirrmtry share/scrollz/help
@dirrm share/scrollz/doc
-@unexec rmdir %D/share/scrollz 2>/dev/null || true
+@dirrmtry share/scrollz