diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 08:17:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 08:17:42 +0800 |
commit | af48ddd7a913664262c3da6a6a140a2873659925 (patch) | |
tree | b02c2828dfcaddff86c9832b03bbf528381e8b24 /astro/sky2000 | |
parent | ea06bd23b101258e6696714c0640510b5025b71c (diff) | |
download | freebsd-ports-graphics-af48ddd7a913664262c3da6a6a140a2873659925.tar.gz freebsd-ports-graphics-af48ddd7a913664262c3da6a6a140a2873659925.tar.zst freebsd-ports-graphics-af48ddd7a913664262c3da6a6a140a2873659925.zip |
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 f101f2e2401..d84727b181d 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%% |