URI: 
       config.mk: fix manpage install path - lchat - A line oriented chat front end for ii.
  HTML git clone git://git.suckless.org/lchat
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit b04323cbd25293b64b73cf544cb3af077e7a0050
   DIR parent 8f9d976404ef1c599a2f0939c167e2e2d1408164
  HTML Author: Jan Klemkow <j.klemkow@wemelug.de>
       Date:   Fri, 14 Oct 2022 18:02:21 +0200
       
       config.mk: fix manpage install path
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -1,7 +1,7 @@
        # paths
        PREFIX        = /usr/local
        BINDIR        = $(PREFIX)/bin
       -MANDIR        = $(PREFIX)/share/man
       +MANDIR        = $(PREFIX)/man
        MAN1DIR        = $(MANDIR)/man1
        
        CFLAGS = -std=c99 -pedantic -Wall -Wextra -I/usr/local/include