mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Support staging.
This commit is contained in:
parent
9fcf496345
commit
700e58cb8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343025
@ -20,11 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DateTime::Format::Japanese.3 \
|
||||
DateTime::Format::Japanese::Common.3 \
|
||||
DateTime::Format::Japanese::Traditional.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
||||
|
@ -2,6 +2,9 @@
|
||||
%%SITE_PERL%%/DateTime/Format/Japanese.pm
|
||||
%%SITE_PERL%%/DateTime/Format/Japanese/Common.pm
|
||||
%%SITE_PERL%%/DateTime/Format/Japanese/Traditional.pm
|
||||
%%PERL5_MAN3%%/DateTime::Format::Japanese.3.gz
|
||||
%%PERL5_MAN3%%/DateTime::Format::Japanese::Common.3.gz
|
||||
%%PERL5_MAN3%%/DateTime::Format::Japanese::Traditional.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Japanese
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
|
||||
|
Loading…
Reference in New Issue
Block a user