diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-04 18:45:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-04 18:45:49 +0000 |
commit | 283163deaecb28a30b55dd11411d784455bc9ca1 (patch) | |
tree | 32042357c814518b248769fae0138fa979886d11 | |
parent | Cosmetics: Specifying php.ini-dist once is enough. (diff) |
${PREFIX}/etc/php.standalone/ is used by lang/php3 and lang/php4.
Notes
Notes:
svn path=/head/; revision=39053
-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 |