diff options
author | tv <tv@pkgsrc.org> | 1999-05-01 00:41:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-01 00:41:47 +0000 |
commit | 75cec4c2525f97ead47c53afb500e8c53bb9bdd7 (patch) | |
tree | c1d5d8149170646b58fd00abe3033661a61d57dc /www | |
parent | 6a449c6299429c999ff532aa50c9c7010425b49f (diff) | |
download | pkgsrc-75cec4c2525f97ead47c53afb500e8c53bb9bdd7.tar.gz |
Other pkgs can put stuff in site_perl/Bundle, so make that a conditional
directory removal.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-perl/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-perl/pkg/PLIST b/www/ap-perl/pkg/PLIST index 2e45e4e8c49..401eb2dfc5c 100644 --- a/www/ap-perl/pkg/PLIST +++ b/www/ap-perl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1999/04/30 17:05:21 tv Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/05/01 00:41:47 tv Exp $ etc/httpd/httpd.conf.modperl lib/httpd/mod_perl.so lib/perl5/man/man3/Apache.3 @@ -90,7 +90,7 @@ lib/perl5/site_perl/mod_perl_tuning.pod share/httpd/htdocs/manual/mod/mod_perl.html @dirrm lib/perl5/site_perl/Apache/Constants @dirrm lib/perl5/site_perl/Apache -@dirrm lib/perl5/site_perl/Bundle +@unexec rmdir %D/lib/perl5/site_perl/Bundle 2>/dev/null || true @dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/Leak @dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/Symbol @dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache |