Support staging.

This commit is contained in:
Emanuel Haupt 2014-02-05 16:34:47 +00:00
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

View file

@ -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>

View file

@ -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