freebsd-ports/graphics/dspdfviewer/files/patch-CMakeLists.txt
Philip Paeps 529ad4eaa5 - Fix build with LLVM 4.0 on HEAD
- Install manpage in the correct place [1]
  (bump PORTREVISION to reinstall package)

PR:		218767
Submitted by:	caso.ramiro@gmail.com [1]
		Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
2017-04-29 10:26:23 +00:00

11 lines
301 B
Text

--- CMakeLists.txt.orig 2017-04-20 08:58:09 UTC
+++ CMakeLists.txt
@@ -95,7 +95,7 @@ install(TARGETS dspdfviewer
RUNTIME DESTINATION bin)
install(FILES docs/dspdfviewer.1
- DESTINATION share/man/man1)
+ DESTINATION man/man1)
install(FILES dspdfviewer.desktop
DESTINATION share/applications)