diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:30:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:30:05 +0000 |
commit | 3d574e7caa8fbaf8c8ae73d1d8f27600108404c9 (patch) | |
tree | ca939d43738d2dff5410721a8b8d794aa4be8d35 /ftp | |
parent | d7a605a2ef8f6b94e90b021fa8c09060b44a348f (diff) | |
download | freebsd-ports-3d574e7caa8fbaf8c8ae73d1d8f27600108404c9.zip |
- stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-Net-FTP-Common/Makefile | 3 | ||||
-rw-r--r-- | ftp/p5-Net-FTP-Common/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/p5-Net-FTP-Recursive/Makefile | 3 | ||||
-rw-r--r-- | ftp/p5-Net-FTP-Recursive/pkg-plist | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/ftp/p5-Net-FTP-Common/Makefile b/ftp/p5-Net-FTP-Common/Makefile index 952f95c88aed..039e7ef96a09 100644 --- a/ftp/p5-Net-FTP-Common/Makefile +++ b/ftp/p5-Net-FTP-Common/Makefile @@ -14,7 +14,4 @@ RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net USES= perl5 USE_PERL5= configure -MAN3= Net::FTP::Common.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/ftp/p5-Net-FTP-Common/pkg-plist b/ftp/p5-Net-FTP-Common/pkg-plist index e0b3b61ce1e0..88a199dc3210 100644 --- a/ftp/p5-Net-FTP-Common/pkg-plist +++ b/ftp/p5-Net-FTP-Common/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/TestConfig.pm %%SITE_PERL%%/Net/FTP/Common.pm %%SITE_PERL%%/Net/FTP/Common.pod +%%PERL5_MAN3%%/Net::FTP::Common.3.gz @dirrmtry %%SITE_PERL%%/Net/FTP @dirrmtry %%SITE_PERL%%/Net %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Common/.packlist diff --git a/ftp/p5-Net-FTP-Recursive/Makefile b/ftp/p5-Net-FTP-Recursive/Makefile index 835addb85e5c..00a65f901472 100644 --- a/ftp/p5-Net-FTP-Recursive/Makefile +++ b/ftp/p5-Net-FTP-Recursive/Makefile @@ -17,7 +17,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= perl5 USE_PERL5= configure -MAN3= Net::FTP::Recursive.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/ftp/p5-Net-FTP-Recursive/pkg-plist b/ftp/p5-Net-FTP-Recursive/pkg-plist index 702abdfddc1d..ec9a73e0b64f 100644 --- a/ftp/p5-Net-FTP-Recursive/pkg-plist +++ b/ftp/p5-Net-FTP-Recursive/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Net/FTP/Recursive.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Recursive/.packlist +%%PERL5_MAN3%%/Net::FTP::Recursive.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Recursive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP |