mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Support STAGEDIR.
This commit is contained in:
parent
b44cbee198
commit
52a68b2d9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332599
@ -15,12 +15,9 @@ LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
|
||||
RUN_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Proc::InvokeEditor.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor/.packlist
|
||||
%%PERL5_MAN3%%/Proc::InvokeEditor.3.gz
|
||||
%%SITE_PERL%%/Proc/InvokeEditor.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc
|
||||
@dirrm %%SITE_PERL%%/Proc
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc
|
||||
@dirrmtry %%SITE_PERL%%/Proc
|
||||
|
Loading…
Reference in New Issue
Block a user