diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:23:32 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:23:32 +0000 |
commit | 3427cf1dfe8688d9d3edbb79e8fbd213f0f4db76 (patch) | |
tree | 91d9ade8d6e9d380710bebf4c85ba3478376173c /www/p5-HTTP-Server-Simple | |
parent | dc8597d35308dfe66ce03e1e48da55f7c21e3c7b (diff) | |
download | ports-3427cf1dfe8688d9d3edbb79e8fbd213f0f4db76.tar.gz ports-3427cf1dfe8688d9d3edbb79e8fbd213f0f4db76.zip |
- stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=338767
Diffstat (limited to 'www/p5-HTTP-Server-Simple')
-rw-r--r-- | www/p5-HTTP-Server-Simple/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile index 78d8a12c6d65..7927fef8eaae 100644 --- a/www/p5-HTTP-Server-Simple/Makefile +++ b/www/p5-HTTP-Server-Simple/Makefile @@ -13,9 +13,4 @@ COMMENT= Simple standalone HTTP daemon USES= perl5 USE_PERL5= configure -MAN3= HTTP::Server::Simple.3 \ - HTTP::Server::Simple::CGI.3 \ - HTTP::Server::Simple::CGI::Environment.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTTP-Server-Simple/pkg-plist b/www/p5-HTTP-Server-Simple/pkg-plist index 25e2ed9ac09d..e61bb6d867bc 100644 --- a/www/p5-HTTP-Server-Simple/pkg-plist +++ b/www/p5-HTTP-Server-Simple/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/HTTP/Server/Simple/CGI.pm %%SITE_PERL%%/HTTP/Server/Simple/CGI/Environment.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/.packlist +%%PERL5_MAN3%%/HTTP::Server::Simple.3.gz +%%PERL5_MAN3%%/HTTP::Server::Simple::CGI.3.gz +%%PERL5_MAN3%%/HTTP::Server::Simple::CGI::Environment.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP |