diff options
-rw-r--r-- | www/mod_php4/pkg-plist.standalone | 2 | ||||
-rw-r--r-- | www/mod_php5/pkg-plist.standalone | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/pkg-plist.standalone b/www/mod_php4/pkg-plist.standalone index 7155bb6d12b0..77493bfd1bd2 100644 --- a/www/mod_php4/pkg-plist.standalone +++ b/www/mod_php4/pkg-plist.standalone @@ -1,3 +1,3 @@ bin/php etc/php.standalone/php.ini-dist -@dirrm etc/php.standalone +@unexec rmdir %D/etc/php.standalone 2>/dev/null || true diff --git a/www/mod_php5/pkg-plist.standalone b/www/mod_php5/pkg-plist.standalone index 7155bb6d12b0..77493bfd1bd2 100644 --- a/www/mod_php5/pkg-plist.standalone +++ b/www/mod_php5/pkg-plist.standalone @@ -1,3 +1,3 @@ bin/php etc/php.standalone/php.ini-dist -@dirrm etc/php.standalone +@unexec rmdir %D/etc/php.standalone 2>/dev/null || true |