mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Support STAGEDIR
- Remove regression-test:
This commit is contained in:
parent
7896ae38bb
commit
f036900b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328522
@ -16,13 +16,7 @@ LICENSE_COMB= dual
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Module::CoreList.3 Module::CoreList::Utils.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,8 @@
|
||||
%%SITE_PERL%%/Module/CoreList/TieHashDelta.pm
|
||||
%%SITE_PERL%%/Module/CoreList/Utils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList/.packlist
|
||||
%%PERL5_MAN3%%/Module::CoreList.3.gz
|
||||
%%PERL5_MAN3%%/Module::CoreList::Utils.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
|
||||
@dirrm %%SITE_PERL%%/Module/CoreList
|
||||
|
Loading…
Reference in New Issue
Block a user