diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
commit | d568611c3eb334453c4a0352b61f081a623d72f1 (patch) | |
tree | c3c2e5147c98015eb1ada868e403a08ef31d9123 /japanese/prime | |
parent | f35229590b6b5b323c1b01abd2946e20fc1a0476 (diff) | |
download | ports-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 'japanese/prime')
-rw-r--r-- | japanese/prime/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/prime/pkg-plist b/japanese/prime/pkg-plist index b22e48286efc..37913e5a6b21 100644 --- a/japanese/prime/pkg-plist +++ b/japanese/prime/pkg-plist @@ -72,7 +72,7 @@ etc/prime/Custom_prime.rb %%PORTDOCS%%%%DOCSDIR%%/usage.html %%PORTDOCS%%%%DOCSDIR%%/taiyaki.css %%PORTDOCS%%%%DOCSDIR%%/taiyaki.png -%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%%/examples 2>/dev/null || true -%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%%/figures 2>/dev/null || true -%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%%/uim 2>/dev/null || true -%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/examples +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/figures +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/uim +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% |