diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (patch) | |
tree | 70253ae4904e6777d975133ac5d163530a80b02a /graphics/epix | |
parent | e8320e01ab60ecf311418120fb31f132f2adf4e9 (diff) | |
download | FreeBSD-ports-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.zip FreeBSD-ports-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'graphics/epix')
-rw-r--r-- | graphics/epix/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/epix/pkg-plist b/graphics/epix/pkg-plist index b2e7efe..0649668 100644 --- a/graphics/epix/pkg-plist +++ b/graphics/epix/pkg-plist @@ -32,5 +32,5 @@ lib/libepix.a @dirrm %%DATADIR%%/samples @dirrm %%DATADIR%%/notes @dirrm %%DATADIR%%/config -@unexec rmdir %D/%%DATADIR%%/tutorial 2>/dev/null || true -@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true +@dirrmtry %%DATADIR%%/tutorial +@dirrmtry %%DATADIR%% |