diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-23 14:09:08 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-23 14:09:08 +0000 |
commit | 56aa4842fdcfc63d50f1b7f9123cbffaf0d377e0 (patch) | |
tree | c33c7874e722ecb44c04978cf2b858b0a7fd3822 /www | |
parent | 62c74a943399c2b667bb6b17f1fb55ccb78e97ef (diff) | |
download | ports-56aa4842fdcfc63d50f1b7f9123cbffaf0d377e0.tar.gz ports-56aa4842fdcfc63d50f1b7f9123cbffaf0d377e0.zip |
Fix pkg-plist.
Pointed by: kris
Notes
Notes:
svn path=/head/; revision=124988
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-DB/pkg-plist | 2 | ||||
-rw-r--r-- | www/p5-Apache-DBI/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-DB/pkg-plist b/www/p5-Apache-DB/pkg-plist index 1fb64ce26ac9..8efb1e03b070 100644 --- a/www/p5-Apache-DB/pkg-plist +++ b/www/p5-Apache-DB/pkg-plist @@ -5,6 +5,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.so -@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true diff --git a/www/p5-Apache-DBI/pkg-plist b/www/p5-Apache-DBI/pkg-plist index 3f3926e59b21..e93f4e5a09b9 100644 --- a/www/p5-Apache-DBI/pkg-plist +++ b/www/p5-Apache-DBI/pkg-plist @@ -2,3 +2,4 @@ %%SITE_PERL%%/Apache/AuthDBI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true |