diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-21 06:00:59 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-21 06:00:59 +0000 |
commit | b968cad3b15f87af3b3882b11d70c382a70f00d6 (patch) | |
tree | c6ca832c9b55149f0985230363d7d08d591f32fe /math/p5-Date-Handler/pkg-plist | |
parent | b442bb48c53c54c8f8e36eb4a296e947cbd924a6 (diff) | |
download | ports-b968cad3b15f87af3b3882b11d70c382a70f00d6.tar.gz ports-b968cad3b15f87af3b3882b11d70c382a70f00d6.zip |
Notes
Diffstat (limited to 'math/p5-Date-Handler/pkg-plist')
-rw-r--r-- | math/p5-Date-Handler/pkg-plist | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/math/p5-Date-Handler/pkg-plist b/math/p5-Date-Handler/pkg-plist index d219319dbbf3..4ac734c245d3 100644 --- a/math/p5-Date-Handler/pkg-plist +++ b/math/p5-Date-Handler/pkg-plist @@ -1,11 +1,11 @@ -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pod -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Constants.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Delta.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Range.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Test.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Handler -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true +%%SITE_PERL%%/Date/Handler.pm +%%SITE_PERL%%/Date/Handler.pod +%%SITE_PERL%%/Date/Handler/Constants.pm +%%SITE_PERL%%/Date/Handler/Delta.pm +%%SITE_PERL%%/Date/Handler/Range.pm +%%SITE_PERL%%/Date/Handler/Test.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler +@dirrm %%SITE_PERL%%/Date/Handler +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true |