diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-09-07 11:49:59 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-09-07 11:49:59 +0000 |
commit | cfa512c48310bba3ec8b2e13287ac3242d033fa9 (patch) | |
tree | 503b5c14506653c79ef2baf625c25b9958921e53 /net/p5-File-RsyncP | |
parent | 8465076bbdd8e213559db5ef4ee33279604e9d58 (diff) |
Fix case of man file
PR: ports/102965
Submitted by: Johan Strom <johan@stromnet.org>
Notes
Notes:
svn path=/head/; revision=172469
Diffstat (limited to 'net/p5-File-RsyncP')
-rw-r--r-- | net/p5-File-RsyncP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-File-RsyncP/Makefile b/net/p5-File-RsyncP/Makefile index 0d03a0042fc2..7e7a89a30eff 100644 --- a/net/p5-File-RsyncP/Makefile +++ b/net/p5-File-RsyncP/Makefile @@ -22,7 +22,7 @@ PERL_CONFIGURE= yes MAN3= File::RsyncP.3 \ File::RsyncP::Digest.3 \ - FILe::RsyncP::FileIO.3 \ + File::RsyncP::FileIO.3 \ File::RsyncP::FileList.3 .include <bsd.port.pre.mk> |