mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
- remove now obsolete patches - switch to wxwidgets 3.2 Changelog: https://groups.google.com/g/hugin-ptx/c/I7AflXWQUVA/m/oX245aY4CwAJ? Changelog: https://groups.google.com/g/hugin-ptx/c/QrL2_lj1tHA/m/F2NGzAB5DAAJ
11 lines
456 B
Text
11 lines
456 B
Text
--- CMakeLists.txt.orig 2024-11-18 19:37:59 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -557,7 +557,7 @@ IF (NOT MANDIR AND NOT $ENV{MANDIR} STREQUAL "")
|
|
|
|
IF (NOT MANDIR AND NOT $ENV{MANDIR} STREQUAL "")
|
|
SET (MANDIR "$ENV{MANDIR}")
|
|
-ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "NetBSD")
|
|
+ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "NetBSD")
|
|
SET (MANDIR "man")
|
|
ELSE(NOT MANDIR AND NOT $ENV{MANDIR} STREQUAL "")
|
|
SET (MANDIR "share/man")
|