summaryrefslogtreecommitdiff
path: root/graphics/gliv
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 /graphics/gliv
parent(forced commit) (diff)
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 'graphics/gliv')
-rw-r--r--graphics/gliv/pkg-plist12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist
index 76a130926b2a..6c9395496467 100644
--- a/graphics/gliv/pkg-plist
+++ b/graphics/gliv/pkg-plist
@@ -12,9 +12,9 @@ share/locale/rw/LC_MESSAGES/gliv.mo
share/locale/sk/LC_MESSAGES/gliv.mo
share/locale/tr/LC_MESSAGES/gliv.mo
share/locale/vi/LC_MESSAGES/gliv.mo
-@unexec rmdir %D/man/ru/man1 2>/dev/null || true
-@unexec rmdir %D/man/ru 2>/dev/null || true
-@unexec rmdir %D/man/fr/man1 2>/dev/null || true
-@unexec rmdir %D/man/fr 2>/dev/null || true
-@unexec rmdir %D/man/de/man1 2>/dev/null || true
-@unexec rmdir %D/man/de 2>/dev/null || true
+@dirrmtry man/ru/man1
+@dirrmtry man/ru
+@dirrmtry man/fr/man1
+@dirrmtry man/fr
+@dirrmtry man/de/man1
+@dirrmtry man/de