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