Patches from pkgsrc-WIP

This commit is contained in:
Swift Griggs
2016-08-05 10:47:57 -06:00
committed by Jon Trulson
parent 341494d91c
commit 1fdcd4c93d
9 changed files with 10 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ UnixEnvironment::UnixEnvironment()
#elif defined(__FreeBSD__)
manpath = "/usr/share/man:/usr/local/man";
#elif defined(__NetBSD__)
manpath = "/usr/share/man:/usr/X11R6/man:/usr/X11R7/man";
manpath = "/usr/share/man:/usr/X11R6/man:/usr/X11R7/man:/usr/local/man:/usr/pkg/man";
#endif
else
manpath = temp;