diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-07 16:28:22 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-07 16:28:22 +0800 |
commit | 1df128c07f06d42f877c1822e08edf0d58273ad6 (patch) | |
tree | 4128ecf3a93b45c5ff23bacbfb3ad7182e0b1111 /www/p5-CGI-Application-Plugin-AnyTemplate | |
parent | 0d1540662556dda7216beb3772340e3a64410a41 (diff) | |
download | freebsd-ports-gnome-1df128c07f06d42f877c1822e08edf0d58273ad6.tar.gz freebsd-ports-gnome-1df128c07f06d42f877c1822e08edf0d58273ad6.tar.zst freebsd-ports-gnome-1df128c07f06d42f877c1822e08edf0d58273ad6.zip |
support STAGEDIR.
Diffstat (limited to 'www/p5-CGI-Application-Plugin-AnyTemplate')
-rw-r--r-- | www/p5-CGI-Application-Plugin-AnyTemplate/Makefile | 10 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-AnyTemplate/pkg-plist | 18 |
2 files changed, 13 insertions, 15 deletions
diff --git a/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile b/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile index 1358aab3c8e5..bad1be891f38 100644 --- a/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile +++ b/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile @@ -19,14 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= CGI::Application::Plugin::AnyTemplate.3 \ - CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplate.3 \ - CGI::Application::Plugin::AnyTemplate::Base.3 \ - CGI::Application::Plugin::AnyTemplate::Driver::TemplateToolkit.3 \ - CGI::Application::Plugin::AnyTemplate::ComponentHandler.3 \ - CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable.3 \ - CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplateExpr.3 \ - CGI::Application::Plugin::AnyTemplate::Driver::Petal.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-CGI-Application-Plugin-AnyTemplate/pkg-plist b/www/p5-CGI-Application-Plugin-AnyTemplate/pkg-plist index bdd8dbb9648c..a23ca3e1e14a 100644 --- a/www/p5-CGI-Application-Plugin-AnyTemplate/pkg-plist +++ b/www/p5-CGI-Application-Plugin-AnyTemplate/pkg-plist @@ -1,11 +1,19 @@ -%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/Petal.pm +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate.3.gz +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate::Base.3.gz +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate::ComponentHandler.3.gz +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplate.3.gz +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplateExpr.3.gz +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable.3.gz +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate::Driver::Petal.3.gz +%%PERL5_MAN3%%/CGI::Application::Plugin::AnyTemplate::Driver::TemplateToolkit.3.gz +%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate.pm +%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Base.pm %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/ComponentHandler.pm -%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplate.pm -%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Base.pm -%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/TemplateToolkit.pm -%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate.pm %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplateExpr.pm +%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm +%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/Petal.pm +%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/TemplateToolkit.pm @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate @dirrmtry %%SITE_PERL%%/CGI/Application/Plugin |