mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
* 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
8 lines
269 B
Text
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)
|