summaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
committeredwin <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
commitffa6a89c602bab7fc1470e34b05dcfe64ce87369 (patch)
tree70253ae4904e6777d975133ac5d163530a80b02a /lang/php53
parente8320e01ab60ecf311418120fb31f132f2adf4e9 (diff)
downloadFreeBSD-ports-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.zip
FreeBSD-ports-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.gz
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-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php53/pkg-plist b/lang/php53/pkg-plist
index a2fb357..4e08b93 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
OpenPOWER on IntegriCloud