diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
commit | e33233f948fa75569942bda3f34c065ad24f1576 (patch) | |
tree | 7b858f4e784b4f518405b5a934eaa29ec91c8256 /devel/chora | |
parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154110
Diffstat (limited to 'devel/chora')
-rw-r--r-- | devel/chora/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/chora/pkg-plist b/devel/chora/pkg-plist index 5498173e4f45..b5f16266a49e 100644 --- a/devel/chora/pkg-plist +++ b/devel/chora/pkg-plist @@ -161,5 +161,5 @@ @dirrm %%CHORADIR%%/locale/cs_CZ @dirrm %%CHORADIR%%/locale @dirrm %%CHORADIR%%/lib -@unexec rmdir %D/%%CHORADIR%%/config 2>/dev/null || true -@unexec rmdir %D/%%CHORADIR%% 2>/dev/null || true +@dirrmtry %%CHORADIR%%/config +@dirrmtry %%CHORADIR%% |