diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 5e06901c396343ef79137207320bdbb383435cbb (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-Polygon | |
parent | - This OFL was version 1.1, now replaced by OFL11 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332813
Diffstat (limited to 'math/p5-Math-Polygon')
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-Polygon/pkg-plist | 21 |
2 files changed, 13 insertions, 16 deletions
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index c02029511a9d..2269e6304137 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -16,12 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Math::Polygon.3 \ - Math::Polygon::Calc.3 \ - Math::Polygon::Clip.3 \ - Math::Polygon::Surface.3 \ - Math::Polygon::Transform.3 \ - Math::Polygon::Convex.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Polygon/pkg-plist b/math/p5-Math-Polygon/pkg-plist index 6f6830b72e25..c556fcaa6bbd 100644 --- a/math/p5-Math-Polygon/pkg-plist +++ b/math/p5-Math-Polygon/pkg-plist @@ -1,18 +1,23 @@ +%%PERL5_MAN3%%/Math::Polygon.3.gz +%%PERL5_MAN3%%/Math::Polygon::Calc.3.gz +%%PERL5_MAN3%%/Math::Polygon::Clip.3.gz +%%PERL5_MAN3%%/Math::Polygon::Convex.3.gz +%%PERL5_MAN3%%/Math::Polygon::Surface.3.gz +%%PERL5_MAN3%%/Math::Polygon::Transform.3.gz +%%SITE_PERL%%/Math/Polygon.pm %%SITE_PERL%%/Math/Polygon.pod -%%SITE_PERL%%/Math/Polygon/Surface.pm -%%SITE_PERL%%/Math/Polygon/Transform.pm %%SITE_PERL%%/Math/Polygon/Calc.pm -%%SITE_PERL%%/Math/Polygon/Transform.pod -%%SITE_PERL%%/Math/Polygon/Clip.pm -%%SITE_PERL%%/Math/Polygon/Surface.pod %%SITE_PERL%%/Math/Polygon/Calc.pod +%%SITE_PERL%%/Math/Polygon/Clip.pm %%SITE_PERL%%/Math/Polygon/Clip.pod %%SITE_PERL%%/Math/Polygon/Convex.pm %%SITE_PERL%%/Math/Polygon/Convex.pod +%%SITE_PERL%%/Math/Polygon/Surface.pm +%%SITE_PERL%%/Math/Polygon/Surface.pod +%%SITE_PERL%%/Math/Polygon/Transform.pm +%%SITE_PERL%%/Math/Polygon/Transform.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon/.packlist -%%SITE_PERL%%/Math/Polygon.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math/Polygon @dirrmtry %%SITE_PERL%%/Math -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |