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 /graphics/fraqtive | |
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 'graphics/fraqtive')
-rw-r--r-- | graphics/fraqtive/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/fraqtive/pkg-plist b/graphics/fraqtive/pkg-plist index eaeb1dc91dc6..63d2de292761 100644 --- a/graphics/fraqtive/pkg-plist +++ b/graphics/fraqtive/pkg-plist @@ -30,15 +30,15 @@ share/locale/ru/LC_MESSAGES/fraqtive.mo share/locale/sr/LC_MESSAGES/fraqtive.mo share/locale/sv/LC_MESSAGES/fraqtive.mo share/locale/vi/LC_MESSAGES/fraqtive.mo -@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pl 2>/dev/null || true +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl @dirrm share/doc/HTML/en/fraqtive @dirrm share/doc/HTML/de/fraqtive -@unexec rmdir %D/share/config 2>/dev/null || true +@dirrmtry share/config @dirrm share/apps/fraqtive/icons/hicolor/22x22/actions @dirrm share/apps/fraqtive/icons/hicolor/22x22 @dirrm share/apps/fraqtive/icons/hicolor/16x16/actions |