diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
commit | 66dfc893366216c301980028d29756a5cb97d8b4 (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-Bezier-Convert | |
parent | b1a6c0cdd886f3bec908d1a7a9548e60555409c8 (diff) | |
download | freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.gz freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.zst freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.zip |
Support STAGEDIR.
Diffstat (limited to 'math/p5-Math-Bezier-Convert')
-rw-r--r-- | math/p5-Math-Bezier-Convert/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Bezier-Convert/pkg-plist | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/math/p5-Math-Bezier-Convert/Makefile b/math/p5-Math-Bezier-Convert/Makefile index 1199e071b1aa..b0be74b1c5c3 100644 --- a/math/p5-Math-Bezier-Convert/Makefile +++ b/math/p5-Math-Bezier-Convert/Makefile @@ -14,9 +14,6 @@ USES= perl5 USE_PERL5= configure USE_DOS2UNIX= yes -MAN3= Math::Bezier::Convert.3 - -NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/math/p5-Math-Bezier-Convert/pkg-plist b/math/p5-Math-Bezier-Convert/pkg-plist index ec6a9a5b2225..db4ddae59ce4 100644 --- a/math/p5-Math-Bezier-Convert/pkg-plist +++ b/math/p5-Math-Bezier-Convert/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Math::Bezier::Convert.3.gz %%SITE_PERL%%/Math/Bezier/Convert.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier/Convert/.packlist -@dirrmtry %%SITE_PERL%%/Math/Bezier -@dirrmtry %%SITE_PERL%%/Math -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier/Convert +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier/Convert @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Bezier @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/Bezier +@dirrmtry %%SITE_PERL%%/Math |