diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-06-10 23:11:37 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-06-10 23:11:37 +0800 |
commit | 60d3f6dd3d1eff6184ad5e0dd314c7570c0c0488 (patch) | |
tree | 5decf92ec627ef079737069048700f4c9b6d2da5 /www/p5-WWW-Robot | |
parent | 3bbef2c7cbbb14d7a2465540e28b8095d8625377 (diff) | |
download | freebsd-ports-gnome-60d3f6dd3d1eff6184ad5e0dd314c7570c0c0488.tar.gz freebsd-ports-gnome-60d3f6dd3d1eff6184ad5e0dd314c7570c0c0488.tar.zst freebsd-ports-gnome-60d3f6dd3d1eff6184ad5e0dd314c7570c0c0488.zip |
fix pkg-plist
PR: 28001
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'www/p5-WWW-Robot')
-rw-r--r-- | www/p5-WWW-Robot/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-WWW-Robot/pkg-plist b/www/p5-WWW-Robot/pkg-plist index 6870bf276b98..7ac63322a5ce 100644 --- a/www/p5-WWW-Robot/pkg-plist +++ b/www/p5-WWW-Robot/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/WWW/Robot.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Robot/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Robot +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/WWW 2>/dev/null || true |