From ffa6a89c602bab7fc1470e34b05dcfe64ce87369 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 02:20:05 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- lang/php5/pkg-plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/php5') diff --git a/lang/php5/pkg-plist b/lang/php5/pkg-plist index a2fb357af332..4e08b934c5c3 100644 --- a/lang/php5/pkg-plist +++ b/lang/php5/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 -- cgit