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 /lang/php53 | |
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 'lang/php53')
-rw-r--r-- | lang/php53/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php53/pkg-plist b/lang/php53/pkg-plist index a2fb357af332..4e08b934c5c3 100644 --- a/lang/php53/pkg-plist +++ b/lang/php53/pkg-plist @@ -207,10 +207,10 @@ lib/php/build/shtool @dirrm include/php/ext/libxml @dirrm include/php/ext/spl @dirrm include/php/ext/standard -@unexec rmdir %D/include/php/ext 2> /dev/null || true +@dirrmtry include/php/ext @dirrm include/php/main/streams @dirrm include/php/main @dirrm include/php/regex -@unexec rmdir %D/include/php 2> /dev/null || true +@dirrmtry include/php @dirrm lib/php/build -@unexec rmdir %D/lib/php 2> /dev/null || true +@dirrmtry lib/php |