mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- support staging
This commit is contained in:
parent
fdf0886944
commit
3ddccf34d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328095
@ -19,10 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::OpenSSH::Constants.3 \
|
||||
Net::OpenSSH::ConnectionCache.3 \
|
||||
Net::OpenSSH::OSTracer.3 \
|
||||
Net::OpenSSH.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,10 @@
|
||||
%%SITE_PERL%%/Net/OpenSSH/OSTracer.pm
|
||||
%%SITE_PERL%%/Net/OpenSSH.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenSSH/.packlist
|
||||
%%PERL5_MAN3%%/Net::OpenSSH.3.gz
|
||||
%%PERL5_MAN3%%/Net::OpenSSH::ConnectionCache.3.gz
|
||||
%%PERL5_MAN3%%/Net::OpenSSH::Constants.3.gz
|
||||
%%PERL5_MAN3%%/Net::OpenSSH::OSTracer.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenSSH
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/OpenSSH
|
||||
|
Loading…
Reference in New Issue
Block a user