diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 10:20:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 10:20:05 +0800 |
commit | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (patch) | |
tree | 70253ae4904e6777d975133ac5d163530a80b02a /games/viruskiller | |
parent | e8320e01ab60ecf311418120fb31f132f2adf4e9 (diff) | |
download | freebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.gz freebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.zst freebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'games/viruskiller')
-rw-r--r-- | games/viruskiller/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/viruskiller/pkg-plist b/games/viruskiller/pkg-plist index 0e25304b3ff2..323031bf5b8c 100644 --- a/games/viruskiller/pkg-plist +++ b/games/viruskiller/pkg-plist @@ -13,5 +13,5 @@ share/pixmaps/viruskiller.png %%PORTDOCS%%%%DOCSDIR%%/virus3.gif @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir %D/share/pixmaps 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true +@dirrmtry share/pixmaps +@dirrmtry share/applications |