diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
commit | af48ddd7a913664262c3da6a6a140a2873659925 (patch) | |
tree | b02c2828dfcaddff86c9832b03bbf528381e8b24 /astro/sky2000 | |
parent | ea06bd23b101258e6696714c0640510b5025b71c (diff) | |
download | FreeBSD-ports-af48ddd7a913664262c3da6a6a140a2873659925.zip FreeBSD-ports-af48ddd7a913664262c3da6a6a140a2873659925.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Diffstat (limited to 'astro/sky2000')
-rw-r--r-- | astro/sky2000/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/sky2000/pkg-plist b/astro/sky2000/pkg-plist index f101f2e..d84727b 100644 --- a/astro/sky2000/pkg-plist +++ b/astro/sky2000/pkg-plist @@ -16,4 +16,4 @@ %%DATADIR%%/catalogs/sky2000.ncd @dirrm %%DATADIR%%/catalogs/sky2000 @dirrm %%DATADIR%%/catalogs -@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true +@dirrmtry %%DATADIR%% |