mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Support STAGEDIR
This commit is contained in:
parent
6cfe675d1c
commit
cef72a4f36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328613
2 changed files with 1 additions and 3 deletions
|
@ -12,8 +12,5 @@ COMMENT= Perl interface to calculate information about the phase of the moon
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
MAN3= Astro::MoonPhase.3
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
%%SITE_PERL%%/Astro/MoonPhase.pm
|
%%SITE_PERL%%/Astro/MoonPhase.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase/.packlist
|
||||||
|
%%PERL5_MAN3%%/Astro::MoonPhase.3.gz
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro
|
||||||
@dirrmtry %%SITE_PERL%%/Astro
|
@dirrmtry %%SITE_PERL%%/Astro
|
||||||
|
|
Loading…
Add table
Reference in a new issue