mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Support STAGEDIR
This commit is contained in:
parent
d774839d55
commit
be2e30f0bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328818
2 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue