summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 19:20:44 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 19:20:44 +0000
commit351c14e258e51adbb2369c86a5ec5ae14f6d187c (patch)
tree3eebb89864cac4f9fb7447a8ecb7c1d3d0355066 /www/p5-HTML-Mason
parento USE_IMLIB. (diff)
fix typo in MAN3.
PR: 25681 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=39688
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r--www/p5-HTML-Mason/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index aa9c9ec48d9f..9baa92868e63 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>