diff options
author | sf <sf@FreeBSD.org> | 2001-03-13 03:20:44 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-13 03:20:44 +0800 |
commit | ee4ccd8c514bd71306d48e9dfa7b89484f94fc2f (patch) | |
tree | 9d0e4ecabf54e7b083318c7d883a77996ef0961d /www/p5-HTML-Mason | |
parent | 548a57688fb5c48cf5645f5ae7263271a7bad4b7 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |