diff options
| author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 19:20:44 +0000 | 
|---|---|---|
| committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 19:20:44 +0000 | 
| commit | 351c14e258e51adbb2369c86a5ec5ae14f6d187c (patch) | |
| tree | 3eebb89864cac4f9fb7447a8ecb7c1d3d0355066 | |
| parent | o USE_IMLIB. (diff) | |
fix typo in MAN3.
PR:		25681
Submitted by:	maintainer
| -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> | 
