$NetBSD$

--- install.py.orig	2006-03-14 16:16:25.000000000 +0000
+++ install.py
@@ -98,7 +98,7 @@ def doInstall():
     print "Copy program files...\n"
     
     try:
-        for tmpDir in ["bin", "lib", "share"]:
+        for tmpDir in ["bin", "lib", "man", "share"]:
             a = Popen3("cp -R " + tmpDir + " " + prefixDir)
             while a.poll() == -1:
                 pass
