1b2a685d95
Patch the project makefiles to set MANDIR to the point to the correct location for installed manpages under ${PKGMANDIR}.
13 lines
382 B
Text
13 lines
382 B
Text
$NetBSD: patch-aa,v 1.2 2017/08/19 00:24:36 jlam Exp $
|
|
|
|
--- chat/Makefile.linux.orig 2004-11-03 12:51:47.000000000 +0100
|
|
+++ chat/Makefile.linux
|
|
@@ -2,7 +2,7 @@
|
|
|
|
DESTDIR = @DESTDIR@
|
|
BINDIR = $(DESTDIR)/sbin
|
|
-MANDIR = $(DESTDIR)/share/man/man8
|
|
+MANDIR = $(DESTDIR)/$(PKGMANDIR)/man8
|
|
|
|
CDEF1= -DTERMIOS # Use the termios structure
|
|
CDEF2= -DSIGTYPE=void # Standard definition
|