aboutsummaryrefslogtreecommitdiff
path: root/www/p5-FCGI-Engine
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-05 10:27:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-05 10:27:56 +0000
commit9a01d851659838767a4dca4b6c8ce92d46b1ce84 (patch)
tree9f57240dcc52f254fdc4c1f8cd900517727be0e4 /www/p5-FCGI-Engine
parent747f2fc77e796d6f4acb6ed73d980a55c26112e3 (diff)
downloadports-9a01d851659838767a4dca4b6c8ce92d46b1ce84.tar.gz
ports-9a01d851659838767a4dca4b6c8ce92d46b1ce84.zip
Notes
Diffstat (limited to 'www/p5-FCGI-Engine')
-rw-r--r--www/p5-FCGI-Engine/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/www/p5-FCGI-Engine/Makefile b/www/p5-FCGI-Engine/Makefile
index 902862279618..cf869a8d8555 100644
--- a/www/p5-FCGI-Engine/Makefile
+++ b/www/p5-FCGI-Engine/Makefile
@@ -9,7 +9,6 @@ PORTNAME= FCGI-Engine
PORTVERSION= 0.18
CATEGORIES= www perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= FCGI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -28,6 +27,18 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= FCGI::Engine::Manager::Server::FreeBSD6.3 FCGI::Engine::Manager.3 Plack::Handler::FCGI::Engine::ProcManager.3 Plack::Server::FCGI::Engine.3 FCGI::Engine::ProcManager.3 FCGI::Engine.3 FCGI::Engine::Manager::Server::Plackup.3 Plack::Server::FCGI::Engine::ProcManager.3 Plack::Handler::FCGI::Engine.3 FCGI::Engine::PSGI.3 FCGI::Engine::Core.3 FCGI::Engine::Types.3 FCGI::Engine::Manager::Server.3
+MAN3= FCGI::Engine.3 \
+ FCGI::Engine::Core.3 \
+ FCGI::Engine::Manager.3 \
+ FCGI::Engine::Manager::Server.3 \
+ FCGI::Engine::Manager::Server::FreeBSD6.3 \
+ FCGI::Engine::Manager::Server::Plackup.3 \
+ FCGI::Engine::PSGI.3 \
+ FCGI::Engine::ProcManager.3 \
+ FCGI::Engine::Types.3 \
+ Plack::Handler::FCGI::Engine.3 \
+ Plack::Handler::FCGI::Engine::ProcManager.3 \
+ Plack::Server::FCGI::Engine.3 \
+ Plack::Server::FCGI::Engine::ProcManager.3
.include <bsd.port.mk>