diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-02-15 18:58:01 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-02-15 18:58:01 +0800 |
commit | fb4feabc46e1ce6d967d5cf58441d20d6803537e (patch) | |
tree | 085d9b0c2938783068afa728843935052b11bcdb /www/mod_perl | |
parent | 774d41fb4b66ac5f9db4206f7c8c629714a20fb6 (diff) | |
download | freebsd-ports-gnome-fb4feabc46e1ce6d967d5cf58441d20d6803537e.tar.gz freebsd-ports-gnome-fb4feabc46e1ce6d967d5cf58441d20d6803537e.tar.zst freebsd-ports-gnome-fb4feabc46e1ce6d967d5cf58441d20d6803537e.zip |
Do not attempt to remove .../include/apache, which belongs to the Apache
port. By all means, try to remove .../include/apache/modules and
.../include/apache/perl, since we may be the only owner of those, but
we're never going to successfully remove a directory that a port that we
depend on populates!
Diffstat (limited to 'www/mod_perl')
-rw-r--r-- | www/mod_perl/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mod_perl/pkg-plist b/www/mod_perl/pkg-plist index 6397e9dc41a2..477615683033 100644 --- a/www/mod_perl/pkg-plist +++ b/www/mod_perl/pkg-plist @@ -66,7 +66,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl_tuning.pod libexec/apache/libperl.so @dirrm include/apache/modules/perl @dirrm include/apache/modules -@dirrm include/apache @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include |