- Support STAGEDIR
This commit is contained in:
parent
113de86a1c
commit
6cfe675d1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328612
2 changed files with 2 additions and 4 deletions
|
@ -16,9 +16,5 @@ BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \
|
|||
MAKE_ARGS+= CC="${CXX}"
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Astro::Hipparcos::Record.3 \
|
||||
Astro::Hipparcos.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/Hipparcos.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/Hipparcos.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/.packlist
|
||||
%%PERL5_MAN3%%/Astro::Hipparcos.3.gz
|
||||
%%PERL5_MAN3%%/Astro::Hipparcos::Record.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Astro/Hipparcos
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Astro
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos
|
||||
|
|
Loading…
Reference in a new issue