mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Support staging.
This commit is contained in:
parent
fbb12313ba
commit
7eac57dccf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342767
2 changed files with 4 additions and 6 deletions
|
@ -13,10 +13,4 @@ COMMENT= Perl interface to running background processes
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= timed-process.1
|
||||
MAN3= Proc::Background.3 \
|
||||
Proc::Background::Win32.3 \
|
||||
Proc::Background::Unix.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
bin/timed-process
|
||||
man/man1/timed-process.1.gz
|
||||
%%SITE_PERL%%/Proc/Background.pm
|
||||
%%SITE_PERL%%/Proc/Background/Unix.pm
|
||||
%%SITE_PERL%%/Proc/Background/Win32.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Background/.packlist
|
||||
%%PERL5_MAN3%%/Proc::Background.3.gz
|
||||
%%PERL5_MAN3%%/Proc::Background::Unix.3.gz
|
||||
%%PERL5_MAN3%%/Proc::Background::Win32.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Background
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc
|
||||
@dirrm %%SITE_PERL%%/Proc/Background
|
||||
|
|
Loading…
Add table
Reference in a new issue