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/zphoto | |
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/zphoto')
-rw-r--r-- | graphics/zphoto/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/zphoto/pkg-plist b/graphics/zphoto/pkg-plist index e30b2cf9ec9e..0eabaf6724e3 100644 --- a/graphics/zphoto/pkg-plist +++ b/graphics/zphoto/pkg-plist @@ -32,8 +32,8 @@ share/zphoto/doc/images/wxzphoto.png share/zphoto/fonts/EfontSerifB.fdb share/locale/ja/LC_MESSAGES/zphoto.mo share/locale/ja_JP.SJIS/LC_MESSAGES/zphoto.mo -@unexec rmdir %D/share/locale/ja_JP.SJIS/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ja_JP.SJIS 2> /dev/null || true +@dirrmtry share/locale/ja_JP.SJIS/LC_MESSAGES +@dirrmtry share/locale/ja_JP.SJIS @dirrm share/zphoto/templates/default/en @dirrm share/zphoto/templates/default/ja @dirrm share/zphoto/templates/default/all |