diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-05 02:45:49 +0800 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-05 02:45:49 +0800 |
commit | 283163deaecb28a30b55dd11411d784455bc9ca1 (patch) | |
tree | 32042357c814518b248769fae0138fa979886d11 /www/mod_php5 | |
parent | ef1c0d50205a03c049f9f9ddb7fe47ab3398d44a (diff) | |
download | freebsd-ports-gnome-283163deaecb28a30b55dd11411d784455bc9ca1.tar.gz freebsd-ports-gnome-283163deaecb28a30b55dd11411d784455bc9ca1.tar.zst freebsd-ports-gnome-283163deaecb28a30b55dd11411d784455bc9ca1.zip |
${PREFIX}/etc/php.standalone/ is used by lang/php3 and lang/php4.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/pkg-plist.standalone | 2 |
1 files changed, 1 insertions, 1 deletions
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 |