diff options
author | asami <asami@FreeBSD.org> | 2000-05-09 16:07:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-05-09 16:07:34 +0800 |
commit | 97ab3d9383e1dc622e4e3615799156542d754a63 (patch) | |
tree | 557b5e72c75d952e247d5d7b72b38e4335d4c6d7 /www | |
parent | 9cac9181d26cba2c9ccb88254738dadf6ac7633c (diff) | |
download | freebsd-ports-graphics-97ab3d9383e1dc622e4e3615799156542d754a63.tar.gz freebsd-ports-graphics-97ab3d9383e1dc622e4e3615799156542d754a63.tar.zst freebsd-ports-graphics-97ab3d9383e1dc622e4e3615799156542d754a63.zip |
Remove two directories. Fix typo.
Submitted by: bento
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_perl/pkg-plist | 4 | ||||
-rw-r--r-- | www/mod_perl2/pkg-plist | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/mod_perl/pkg-plist b/www/mod_perl/pkg-plist index c8cdb673b9e..66e0bab641e 100644 --- a/www/mod_perl/pkg-plist +++ b/www/mod_perl/pkg-plist @@ -66,7 +66,7 @@ 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 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Constants +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Constants @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Leak @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Symbol @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl @@ -74,3 +74,5 @@ libexec/apache/libperl.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mod_perl +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true diff --git a/www/mod_perl2/pkg-plist b/www/mod_perl2/pkg-plist index c8cdb673b9e..66e0bab641e 100644 --- a/www/mod_perl2/pkg-plist +++ b/www/mod_perl2/pkg-plist @@ -66,7 +66,7 @@ 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 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Constants +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Constants @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Leak @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Symbol @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl @@ -74,3 +74,5 @@ libexec/apache/libperl.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mod_perl +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true |