diff options
author | leeym <leeym@FreeBSD.org> | 2004-08-30 10:49:31 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-08-30 10:49:31 +0800 |
commit | ad3f7aa94d5001925f6a96e01446ed4d90ff63f5 (patch) | |
tree | 922cd29be455264a5905ea4a61722a278cae8c8c | |
parent | d63f42a6fd5afae9a0ea6b7f1b25c31865781f2f (diff) | |
download | freebsd-ports-gnome-ad3f7aa94d5001925f6a96e01446ed4d90ff63f5.tar.gz freebsd-ports-gnome-ad3f7aa94d5001925f6a96e01446ed4d90ff63f5.tar.zst freebsd-ports-gnome-ad3f7aa94d5001925f6a96e01446ed4d90ff63f5.zip |
remove extra directories
Noticed by: http://pointyhat.freebsd.org/errorlogs/i386-5-full-logs/extras.html
-rw-r--r-- | databases/p5-DBZ_File/pkg-plist | 1 | ||||
-rw-r--r-- | devel/p5-Dialog/pkg-plist | 1 | ||||
-rw-r--r-- | net/p5-Net-XWhois/pkg-plist | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBZ_File/pkg-plist b/databases/p5-DBZ_File/pkg-plist index 5b074d003b25..0a975af782ce 100644 --- a/databases/p5-DBZ_File/pkg-plist +++ b/databases/p5-DBZ_File/pkg-plist @@ -3,3 +3,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBZ_File.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBZ_File/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBZ_File +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true diff --git a/devel/p5-Dialog/pkg-plist b/devel/p5-Dialog/pkg-plist index 09cfeb75c9e1..8a8c1730a8ac 100644 --- a/devel/p5-Dialog/pkg-plist +++ b/devel/p5-Dialog/pkg-plist @@ -11,4 +11,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Const @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Dialog diff --git a/net/p5-Net-XWhois/pkg-plist b/net/p5-Net-XWhois/pkg-plist index 4ff57bc815a9..c376229d6d24 100644 --- a/net/p5-Net-XWhois/pkg-plist +++ b/net/p5-Net-XWhois/pkg-plist @@ -2,4 +2,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XWhois/.packlist @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XWhois 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |