summaryrefslogtreecommitdiff
path: root/lang/kroc
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 /lang/kroc
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 'lang/kroc')
-rw-r--r--lang/kroc/pkg-plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/kroc/pkg-plist b/lang/kroc/pkg-plist
index 054b4dd2a866..80b1a6daf4cf 100644
--- a/lang/kroc/pkg-plist
+++ b/lang/kroc/pkg-plist
@@ -109,8 +109,8 @@ lib/kroc/libudc.so
%%PORTDOCS%%@unexec rmdir %D/%%DATADIR%%/doc/lib 2>/dev/null || true
%%PORTDOCS%%@unexec rmdir %D/%%DATADIR%%/doc/html 2>/dev/null || true
%%PORTDOCS%%@unexec rmdir %D/%%DATADIR%%/doc 2>/dev/null || true
-@unexec rmdir %D/%%DATADIR%%/vtlib 2>/dev/null || true
-@unexec rmdir %D/%%DATADIR%%/vtinclude 2>/dev/null || true
-@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
-@unexec rmdir %D/lib/kroc 2>/dev/null || true
-@unexec rmdir %D/include/kroc 2>/dev/null || true
+@dirrmtry %%DATADIR%%/vtlib
+@dirrmtry %%DATADIR%%/vtinclude
+@dirrmtry %%DATADIR%%
+@dirrmtry lib/kroc
+@dirrmtry include/kroc