summaryrefslogtreecommitdiff
path: root/emulators/hatari/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hatari/patches/patch-ab')
-rw-r--r--emulators/hatari/patches/patch-ab6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/hatari/patches/patch-ab b/emulators/hatari/patches/patch-ab
index 8cab2ab490b..190da40685b 100644
--- a/emulators/hatari/patches/patch-ab
+++ b/emulators/hatari/patches/patch-ab
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $
+$NetBSD: patch-ab,v 1.4 2016/04/21 11:31:22 jperkin Exp $
+
+Use CMAKE_INSTALL_MANDIR.
--- CMakeLists.txt.orig 2010-07-22 18:25:40.000000000 +0000
+++ CMakeLists.txt
@@ -7,7 +9,7 @@ $NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $
if(NOT MANDIR)
- set(MANDIR share/man/man1)
-+ set(MANDIR man/man1)
++ set(MANDIR ${CMAKE_INSTALL_MANDIR}/man1)
endif()
if(NOT DOCDIR)