blob: 326d8ba8d0bf9f77f383a4ecbe89345cc622d262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-config.mak,v 1.2 2019/01/01 16:34:09 wiz Exp $
Allow overriding man page installation directory.
https://github.com/otfried/ipe-issues/issues/200
--- config.mak.orig 2016-12-09 14:09:08.000000000 +0000
+++ config.mak
@@ -112,6 +112,6 @@ IPEDOCDIR = $(IPEPREFIX)/share/ipe/$(IPE
#
# The Ipe manual pages are installed into IPEMANDIR
#
-IPEMANDIR = $(IPEPREFIX)/share/man/man1
+IPEMANDIR ?= $(IPEPREFIX)/share/man/man1
#
# --------------------------------------------------------------------
|