diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
commit | c4a26e854bc716521cc036b6b2af382ca3e9f354 (patch) | |
tree | a083545526674c69152efa5a6d9d6c36905a818d /japanese/prime/pkg-plist | |
parent | 3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff) | |
download | freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.zst freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'japanese/prime/pkg-plist')
-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%% |