mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
10 lines
316 B
Text
10 lines
316 B
Text
--- pylupdate/CMakeLists.txt.orig 2011-08-22 21:19:14 UTC
|
|
+++ pylupdate/CMakeLists.txt
|
|
@@ -33,6 +33,6 @@
|
|
# Man pages
|
|
if (NOT win32)
|
|
file(GLOB manpages "${CMAKE_CURRENT_SOURCE_DIR}/*.1")
|
|
- install(FILES ${manpages} DESTINATION share/man/man1)
|
|
+ install(FILES ${manpages} DESTINATION man/man1)
|
|
endif()
|
|
|