diff options
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index aa9c9ec..9baa928 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -25,6 +25,6 @@ MAN3= Bundle::HTML::Mason.3 HTML::Mason.3 HTML::Mason::Admin.3 \ HTML::Mason::Component.3 HTML::Mason::Components.3 \ HTML::Mason::Devel.3 HTML::Mason::Interp.3 \ HTML::Mason::MethodMaker.3 HTML::Mason::Parser.3 \ - HTML::Mason::Request.3 HTML:Mason::Tests.3 + HTML::Mason::Request.3 HTML::Mason::Tests.3 .include <bsd.port.mk> |