diff options
author | skv <skv@FreeBSD.org> | 2004-12-23 22:09:08 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-12-23 22:09:08 +0800 |
commit | 0c2f5a4ae9b406f1550c45d3f71ed805c6e2fcdb (patch) | |
tree | bc8fef61b021b6cedc1e075f101461ffa528b9aa | |
parent | 9b4f281bf5c8666a71ea2181fd1930007e933751 (diff) | |
download | freebsd-ports-gnome-0c2f5a4ae9b406f1550c45d3f71ed805c6e2fcdb.tar.gz freebsd-ports-gnome-0c2f5a4ae9b406f1550c45d3f71ed805c6e2fcdb.tar.zst freebsd-ports-gnome-0c2f5a4ae9b406f1550c45d3f71ed805c6e2fcdb.zip |
Fix pkg-plist.
Pointed by: kris
-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 |