File cfv-1.18.1.diff of Package cfv
--- cfv-1.18.1/Makefile.orig 2005-03-30 12:14:02.573087624 +0200
+++ cfv-1.18.1/Makefile 2005-03-30 12:14:56.722987766 +0200
@@ -1,5 +1,5 @@
PYTHON=python
-prefix=/usr/local
+prefix=/usr
exec_prefix=${prefix}
#finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
@@ -7,7 +7,7 @@
#nice little expression, huh? ;)
bindir=${exec_prefix}/bin
-mandir=${prefix}/man
+mandir=${prefix}/share/man
install=/usr/bin/install -c
install_dir=${install} -d
install_data=${install} -m 0644