diff options
author | dirk <dirk@FreeBSD.org> | 2001-03-05 02:45:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-03-05 02:45:49 +0800 |
commit | 67cf6cb054b3728266918bade8bef64e8b4eb671 (patch) | |
tree | 08acfa8bdaff2b5685908ac2b6b01a10a8e14523 | |
parent | 6e1621c6273b1df1586d34e5e175868ab445562f (diff) | |
download | freebsd-ports-gnome-67cf6cb054b3728266918bade8bef64e8b4eb671.tar.gz freebsd-ports-gnome-67cf6cb054b3728266918bade8bef64e8b4eb671.tar.zst freebsd-ports-gnome-67cf6cb054b3728266918bade8bef64e8b4eb671.zip |
${PREFIX}/etc/php.standalone/ is used by lang/php3 and lang/php4.
-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 |