aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-03-13 03:20:44 +0800
committersf <sf@FreeBSD.org>2001-03-13 03:20:44 +0800
commitee4ccd8c514bd71306d48e9dfa7b89484f94fc2f (patch)
tree9d0e4ecabf54e7b083318c7d883a77996ef0961d /www/p5-HTML-Mason
parent548a57688fb5c48cf5645f5ae7263271a7bad4b7 (diff)
downloadfreebsd-ports-gnome-ee4ccd8c514bd71306d48e9dfa7b89484f94fc2f.tar.gz
freebsd-ports-gnome-ee4ccd8c514bd71306d48e9dfa7b89484f94fc2f.tar.zst
freebsd-ports-gnome-ee4ccd8c514bd71306d48e9dfa7b89484f94fc2f.zip
fix typo in MAN3.
PR: 25681 Submitted by: maintainer
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>