mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Support STAGEDIR
This commit is contained in:
parent
b89f81351e
commit
72ba653b3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328607
2 changed files with 3 additions and 5 deletions
|
@ -12,10 +12,5 @@ COMMENT= Collection of useful astronomical routines in Perl
|
|||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Astro::Time.3 \
|
||||
Astro::Misc.3 \
|
||||
Astro::Coord.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,5 +2,8 @@
|
|||
%%SITE_PERL%%/Astro/Misc.pm
|
||||
%%SITE_PERL%%/Astro/Time.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/.packlist
|
||||
%%PERL5_MAN3%%/Astro::Coord.3.gz
|
||||
%%PERL5_MAN3%%/Astro::Misc.3.gz
|
||||
%%PERL5_MAN3%%/Astro::Time.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Astro
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro
|
||||
|
|
Loading…
Add table
Reference in a new issue