diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 23:38:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 23:38:15 +0800 |
commit | a4e21c0d960c22b534e9edcc94781873be9ca7d9 (patch) | |
tree | da0aa7f9449844897ecf2e150a9907ed078499d4 /math/p5-Math-GMPz | |
parent | 90ea200731d671554079cef5a20997dbc360a12a (diff) | |
download | freebsd-ports-gnome-a4e21c0d960c22b534e9edcc94781873be9ca7d9.tar.gz freebsd-ports-gnome-a4e21c0d960c22b534e9edcc94781873be9ca7d9.tar.zst freebsd-ports-gnome-a4e21c0d960c22b534e9edcc94781873be9ca7d9.zip |
- Support STAGEDIR
Diffstat (limited to 'math/p5-Math-GMPz')
-rw-r--r-- | math/p5-Math-GMPz/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-GMPz/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/p5-Math-GMPz/Makefile b/math/p5-Math-GMPz/Makefile index 5c90cd348911..75eca0985bac 100644 --- a/math/p5-Math-GMPz/Makefile +++ b/math/p5-Math-GMPz/Makefile @@ -22,7 +22,4 @@ CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp" USE_PERL5= configure USES= perl5 -MAN3= Math::GMPz.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-GMPz/pkg-plist b/math/p5-Math-GMPz/pkg-plist index c4ffe91c9ca1..f6c1ce100a58 100644 --- a/math/p5-Math-GMPz/pkg-plist +++ b/math/p5-Math-GMPz/pkg-plist @@ -8,6 +8,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/Random/Random.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V/V.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V/V.so +%%PERL5_MAN3%%/Math::GMPz.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/Random @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz |