diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
commit | c4a26e854bc716521cc036b6b2af382ca3e9f354 (patch) | |
tree | a083545526674c69152efa5a6d9d6c36905a818d /lang/icc | |
parent | 3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff) | |
download | FreeBSD-ports-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip FreeBSD-ports-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/icc/pkg-plist b/lang/icc/pkg-plist index 9c2e837..243c5e4 100644 --- a/lang/icc/pkg-plist +++ b/lang/icc/pkg-plist @@ -952,4 +952,4 @@ @unexec rmdir %D/%%COMPILERDIR%%/licenses >/dev/null 2>&1 || echo '*** License directory (%D/%%COMPILERDIR%%/licenses/) not removed, it may contain a license.' @dirrm %%COMPILERDIR%%/man/man1 @dirrm %%COMPILERDIR%%/man -@unexec rmdir %D/%%COMPILERDIR%% >/dev/null 2>&1 || true +@dirrmtry %%COMPILERDIR%% |