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 /lang/icc | |
parent | f35229590b6b5b323c1b01abd2946e20fc1a0476 (diff) | |
download | ports-d568611c3eb334453c4a0352b61f081a623d72f1.tar.gz ports-d568611c3eb334453c4a0352b61f081a623d72f1.zip |
Notes
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 9c2e837c6c99..243c5e48e42e 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%% |