Fix default man path. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 36f73a799a07a86a9fe0a518dc6b1ebdee83aa30
 (DIR) parent ff76c215bd8478c75ca75bcc326b616da1b2acc3
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Tue,  6 Sep 2016 11:47:39 -0500
       
       Fix default man path.
       
       Diffstat:
         config.mk.def                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk.def b/config.mk.def
       @@ -18,7 +18,7 @@ DESTDIR?=/usr/local
        BINDIR?=$(DESTDIR)/bin
        
        # MANDIR is where manual pages go
       -MANDIR?=$(DESTDIR)/share/man/man1
       +MANDIR?=$(DESTDIR)/share/man/
        
        # Add additional include and library directories
        # BSD/Mac OS X users might need to add something like