diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 10:20:05 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 10:20:05 +0800 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /graphics/epix | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (diff) | |
download | freebsd-ports-gnome-0416031c9ba13da33845bc762078065b482dd551.tar.gz freebsd-ports-gnome-0416031c9ba13da33845bc762078065b482dd551.tar.zst freebsd-ports-gnome-0416031c9ba13da33845bc762078065b482dd551.zip |
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 b2e7efe4d6a7..06496686ffa5 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%% |