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 /lang/icc7 | |
parent | 3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff) | |
download | freebsd-ports-graphics-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz freebsd-ports-graphics-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.zst freebsd-ports-graphics-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'lang/icc7')
-rw-r--r-- | lang/icc7/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/icc7/pkg-plist b/lang/icc7/pkg-plist index 4965911ad58..c52cc5ba4f0 100644 --- a/lang/icc7/pkg-plist +++ b/lang/icc7/pkg-plist @@ -1355,4 +1355,4 @@ intel/%%COMPILERDIR%%/ia32/lib/libunwind.a %%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training @dirrm intel/%%COMPILERDIR%% @unexec rmdir %D/intel/licenses >/dev/null 2>&1 || echo '*** License directory (%D/intel/licenses/) not removed, it may contain a license.' -@unexec rmdir %D/intel >/dev/null 2>&1 || true +@dirrmtry intel |