diff options
-rw-r--r-- | ftp/p5-Net-FTPServer/Makefile | 2 | ||||
-rw-r--r-- | ftp/p5-Net-FTPServer/pkg-plist | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ftp/p5-Net-FTPServer/Makefile b/ftp/p5-Net-FTPServer/Makefile index 31850aba9b65..0e6fdc0a8030 100644 --- a/ftp/p5-Net-FTPServer/Makefile +++ b/ftp/p5-Net-FTPServer/Makefile @@ -8,7 +8,7 @@ PORTNAME= Net-FTPServer PORTVERSION= 1.122 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/ftp/p5-Net-FTPServer/pkg-plist b/ftp/p5-Net-FTPServer/pkg-plist index 239cc95ec3f4..ebb0bf201d5e 100644 --- a/ftp/p5-Net-FTPServer/pkg-plist +++ b/ftp/p5-Net-FTPServer/pkg-plist @@ -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/DBeg1/DirHandle.pm %%SITE_PERL%%/Net/FTPServer/DBeg1/FileHandle.pm @@ -19,11 +24,6 @@ %%SITE_PERL%%/Net/FTPServer/RO/FileHandle.pm %%SITE_PERL%%/Net/FTPServer/RO/Server.pm %%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 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrm %%SITE_PERL%%/Net/FTPServer/RO |