aboutsummaryrefslogtreecommitdiff
path: root/misc/hello
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 05:52:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 05:52:28 +0000
commitd568611c3eb334453c4a0352b61f081a623d72f1 (patch)
treec3c2e5147c98015eb1ada868e403a08ef31d9123 /misc/hello
parentf35229590b6b5b323c1b01abd2946e20fc1a0476 (diff)
downloadports-d568611c3eb334453c4a0352b61f081a623d72f1.tar.gz
ports-d568611c3eb334453c4a0352b61f081a623d72f1.zip
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154134
Diffstat (limited to 'misc/hello')
-rw-r--r--misc/hello/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/hello/pkg-plist b/misc/hello/pkg-plist
index d0dfbd192c7e..c4a214a16f06 100644
--- a/misc/hello/pkg-plist
+++ b/misc/hello/pkg-plist
@@ -33,5 +33,5 @@ info/hello.info
%%NLS%%share/locale/sv/LC_MESSAGES/hello.mo
%%NLS%%share/locale/tr/LC_MESSAGES/hello.mo
%%NLS%%share/locale/uk/LC_MESSAGES/hello.mo
-%%NLS%%@unexec rmdir %D/share/locale/de_DE/LC_MESSAGES 2> /dev/null || true
-%%NLS%%@unexec rmdir %D/share/locale/de_DE 2> /dev/null || true
+%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/de_DE