summaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-08-24 09:07:12 +0000
committerjperkin <jperkin@pkgsrc.org>2017-08-24 09:07:12 +0000
commit7e4e3af8e164912094cc92ddf97d18c88853f394 (patch)
tree166ba63d0326b6a538c95304169d7495f3caa0c1 /graphics/inkscape
parent9e6ca776f7f14dec1260d64588f188d4efb7cae6 (diff)
downloadpkgsrc-7e4e3af8e164912094cc92ddf97d18c88853f394.tar.gz
Fix man installation path correctly.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/distinfo4
-rw-r--r--graphics/inkscape/patches/patch-CMakeScripts_Pod2man.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo
index efdb14130c7..a0a1c18352e 100644
--- a/graphics/inkscape/distinfo
+++ b/graphics/inkscape/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.59 2017/02/16 09:46:54 adam Exp $
+$NetBSD: distinfo,v 1.60 2017/08/24 09:07:12 jperkin Exp $
SHA1 (inkscape-0.92.1.tar.bz2) = bede1252b344dc08abb6736084364d8125a6dffc
RMD160 (inkscape-0.92.1.tar.bz2) = 5748920692ac64bb3e1822b7cb9e96c727b23c55
SHA512 (inkscape-0.92.1.tar.bz2) = f8f3bfb812a214216c3ffac7064a4619f847cf9810417c782481dba12e6c6a44123c8b8a9289fbf5287f2e6b6df39a641d94a000d842faee5ff808eec86187a0
Size (inkscape-0.92.1.tar.bz2) = 31222684 bytes
-SHA1 (patch-CMakeScripts_Pod2man.cmake) = ffe09dc53a841fff288cd4fffcb2c0e47e05ebd8
+SHA1 (patch-CMakeScripts_Pod2man.cmake) = 6176956791ae3e8eb007345e5ec19100812bdeb8
SHA1 (patch-ag) = 6b6000f3940ec6db9404a206f9757928c1d5740b
SHA1 (patch-aj) = 31d6cc8bb179629023bd04bcac0fd935b2c9636d
SHA1 (patch-ap) = 412509a03d26e925548e3371529a1273db958611
diff --git a/graphics/inkscape/patches/patch-CMakeScripts_Pod2man.cmake b/graphics/inkscape/patches/patch-CMakeScripts_Pod2man.cmake
index e26525ff47d..697fa8adb30 100644
--- a/graphics/inkscape/patches/patch-CMakeScripts_Pod2man.cmake
+++ b/graphics/inkscape/patches/patch-CMakeScripts_Pod2man.cmake
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeScripts_Pod2man.cmake,v 1.1 2017/02/10 05:51:43 adam Exp $
+$NetBSD: patch-CMakeScripts_Pod2man.cmake,v 1.2 2017/08/24 09:07:12 jperkin Exp $
Fix man installation path.
@@ -9,7 +9,7 @@ Fix man installation path.
install(
FILES ${MANFILE_FULL}
- DESTINATION ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/man/man${SECTION}
-+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man${SECTION}
++ DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_MANDIR}/man${SECTION}
)
endif()
endmacro(pod2man PODFILE NAME SECTION CENTER)