diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-08-12 20:00:47 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-08-12 20:00:47 +0800 |
commit | b15085a063e571042951c5d069b7fb41a8a79261 (patch) | |
tree | e3601238f35c456e0fb744009c9298471626296f /www | |
parent | 547b39d09dced10985db4f9bff89898129f295b3 (diff) | |
download | freebsd-ports-gnome-b15085a063e571042951c5d069b7fb41a8a79261.tar.gz freebsd-ports-gnome-b15085a063e571042951c5d069b7fb41a8a79261.tar.zst freebsd-ports-gnome-b15085a063e571042951c5d069b7fb41a8a79261.zip |
Add directories missing in PLIST
PR: 20378
Submitted by: Maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Summary/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-HTML-Summary/pkg-plist b/www/p5-HTML-Summary/pkg-plist index 397db25596f5..89d8227ba5fe 100644 --- a/www/p5-HTML-Summary/pkg-plist +++ b/www/p5-HTML-Summary/pkg-plist @@ -8,3 +8,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Summary/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/Lingua @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true |