mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix plist with perl 5.8.9
This commit is contained in:
parent
df158caa36
commit
f50c6ef2d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226124
2 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= Net-FTPServer
|
PORTNAME= Net-FTPServer
|
||||||
PORTVERSION= 1.122
|
PORTVERSION= 1.122
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= ftp perl5
|
CATEGORIES= ftp perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
bin/dbeg1-ftpd.pl
|
||||||
|
bin/ftpd.pl
|
||||||
|
bin/inmem-ftpd.pl
|
||||||
|
bin/proxy-ftpd.pl
|
||||||
|
bin/ro-ftpd.pl
|
||||||
%%SITE_PERL%%/Net/FTPServer.pm
|
%%SITE_PERL%%/Net/FTPServer.pm
|
||||||
%%SITE_PERL%%/Net/FTPServer/DBeg1/DirHandle.pm
|
%%SITE_PERL%%/Net/FTPServer/DBeg1/DirHandle.pm
|
||||||
%%SITE_PERL%%/Net/FTPServer/DBeg1/FileHandle.pm
|
%%SITE_PERL%%/Net/FTPServer/DBeg1/FileHandle.pm
|
||||||
|
@ -19,11 +24,6 @@
|
||||||
%%SITE_PERL%%/Net/FTPServer/RO/FileHandle.pm
|
%%SITE_PERL%%/Net/FTPServer/RO/FileHandle.pm
|
||||||
%%SITE_PERL%%/Net/FTPServer/RO/Server.pm
|
%%SITE_PERL%%/Net/FTPServer/RO/Server.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPServer/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPServer/.packlist
|
||||||
sbin/dbeg1-ftpd.pl
|
|
||||||
sbin/ftpd.pl
|
|
||||||
sbin/inmem-ftpd.pl
|
|
||||||
sbin/proxy-ftpd.pl
|
|
||||||
sbin/ro-ftpd.pl
|
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPServer
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPServer
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
@dirrm %%SITE_PERL%%/Net/FTPServer/RO
|
@dirrm %%SITE_PERL%%/Net/FTPServer/RO
|
||||||
|
|
Loading…
Add table
Reference in a new issue