diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
commit | feafe637a586a81fbc65a23660b6e82c87d90f07 (patch) | |
tree | 236a81a898bb37fc1877a514deec3f6192b95260 /misc/flyway | |
parent | ffa6a89c602bab7fc1470e34b05dcfe64ce87369 (diff) | |
download | FreeBSD-ports-feafe637a586a81fbc65a23660b6e82c87d90f07.zip FreeBSD-ports-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'misc/flyway')
-rw-r--r-- | misc/flyway/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/flyway/pkg-plist b/misc/flyway/pkg-plist index 35733e1..e4cb57c 100644 --- a/misc/flyway/pkg-plist +++ b/misc/flyway/pkg-plist @@ -58,4 +58,4 @@ share/icons/flyway_lg.png share/icons/flyway_sm.png @dirrm share/flyway @dirrm lib/flyway -@unexec rmdir %D/share/icons 2> /dev/null || true +@dirrmtry share/icons |