diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:20:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:20:27 +0800 |
commit | aa1cd598b6213864b8d9baffe342635fd7536bd0 (patch) | |
tree | 92c0c7d64cc8994560cd3f217750b1813bc39f75 /math/p5-Math-Prime-XS | |
parent | 14d872c89de6ffb272ccc7a1f0bf7eca7e90ccbb (diff) | |
download | freebsd-ports-gnome-aa1cd598b6213864b8d9baffe342635fd7536bd0.tar.gz freebsd-ports-gnome-aa1cd598b6213864b8d9baffe342635fd7536bd0.tar.zst freebsd-ports-gnome-aa1cd598b6213864b8d9baffe342635fd7536bd0.zip |
- Support STAGEDIR
Diffstat (limited to 'math/p5-Math-Prime-XS')
-rw-r--r-- | math/p5-Math-Prime-XS/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Prime-XS/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/p5-Math-Prime-XS/Makefile b/math/p5-Math-Prime-XS/Makefile index 10f948073d0a..987510e6dce6 100644 --- a/math/p5-Math-Prime-XS/Makefile +++ b/math/p5-Math-Prime-XS/Makefile @@ -20,7 +20,4 @@ TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ USE_PERL5= configure USES= perl5 -MAN3= Math::Prime::XS.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Prime-XS/pkg-plist b/math/p5-Math-Prime-XS/pkg-plist index e6ed1c6f9dcc..85e70177a60f 100644 --- a/math/p5-Math-Prime-XS/pkg-plist +++ b/math/p5-Math-Prime-XS/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS/XS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS/XS.so +%%PERL5_MAN3%%/Math::Prime::XS.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |