summaryrefslogtreecommitdiff
path: root/devel/php-xdebug
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:55:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:55:36 +0000
commite33233f948fa75569942bda3f34c065ad24f1576 (patch)
tree7b858f4e784b4f518405b5a934eaa29ec91c8256 /devel/php-xdebug
parentReplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (diff)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154110
Diffstat (limited to 'devel/php-xdebug')
-rw-r--r--devel/php-xdebug/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/php-xdebug/pkg-plist b/devel/php-xdebug/pkg-plist
index 1ef13dc30b94..3e706e29f1a1 100644
--- a/devel/php-xdebug/pkg-plist
+++ b/devel/php-xdebug/pkg-plist
@@ -1,2 +1,2 @@
lib/php/%%PHP_EXT_DIR%%/xdebug.so
-@unexec rmdir %D/lib/php/%%PHP_EXT_DIR%% 2>/dev/null || true
+@dirrmtry lib/php/%%PHP_EXT_DIR%%