summaryrefslogtreecommitdiff
path: root/geography/qlandkartegt/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-01-17 11:22:43 +0000
committerdrochner <drochner@pkgsrc.org>2011-01-17 11:22:43 +0000
commitb158189409885e4d6271e7ff334f72cf90e8b502 (patch)
treed373c214b0e340fbbc789a5f1ba30edbe48d8dac /geography/qlandkartegt/patches
parent7d009747859631b3568385f71a736faaf7d7776d (diff)
downloadpkgsrc-b158189409885e4d6271e7ff334f72cf90e8b502.tar.gz
-adjust the patch for manpage location so that it doesn't hardwire
the pkgsrc specific path, so that it could be submitted upstream -deal with desktopdb approved by jkunz The Maintainer
Diffstat (limited to 'geography/qlandkartegt/patches')
-rw-r--r--geography/qlandkartegt/patches/patch-aa13
1 files changed, 6 insertions, 7 deletions
diff --git a/geography/qlandkartegt/patches/patch-aa b/geography/qlandkartegt/patches/patch-aa
index 7b16af56f7e..e6794796262 100644
--- a/geography/qlandkartegt/patches/patch-aa
+++ b/geography/qlandkartegt/patches/patch-aa
@@ -1,13 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2011/01/13 22:55:20 jkunz Exp $
+$NetBSD: patch-aa,v 1.2 2011/01/17 11:22:43 drochner Exp $
--- cmake/Modules/DefineInstallationPaths.cmake.orig 2010-12-27 12:52:18.000000000 +0000
+++ cmake/Modules/DefineInstallationPaths.cmake
-@@ -101,7 +101,7 @@ if (UNIX)
- FORCE
- )
+@@ -103,7 +103,6 @@ if (UNIX)
SET(MAN_INSTALL_DIR
-- "${SHARE_INSTALL_PREFIX}/man"
-+ "${CMAKE_INSTALL_PREFIX}/man"
+ "${SHARE_INSTALL_PREFIX}/man"
CACHE PATH "The ${_APPLICATION_NAME} man install dir (default prefix/man)"
- FORCE
+- FORCE
)
+ SET(INFO_INSTALL_DIR
+ "${SHARE_INSTALL_PREFIX}/info"