ports/x11/polybar/files/patch-man_CMakeLists.txt
Tobias C. Berner 13a4aa54c7 x11/polybar: Fix build against x11/xcb-proto 1.13.
* Update to a more recent upstream commit to fix the build against xcb-proto 1.13
* Drop upstreamed patches, which already included now
* Give MAINTAINERSHIP to lbdm

PR:		228330
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Approved by:	<capt_redbeard@protonmail.com> (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D15965
2018-06-26 19:07:54 +00:00

8 lines
269 B
Text

--- man/CMakeLists.txt.orig 2018-05-18 04:58:51 UTC
+++ man/CMakeLists.txt
@@ -1,4 +1,4 @@
set(MAN_PAGES_1 polybar.1)
INSTALL(FILES ${MAN_PAGES_1}
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1
COMPONENT doc)