mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
--- CMakeLists.txt.orig 2015-01-06 00:53:23.000000000 +0300
|
|
+++ CMakeLists.txt 2015-01-31 23:03:18.819599697 +0300
|
|
@@ -275,7 +275,7 @@
|
|
#Setp all the directories we will use
|
|
#MAN
|
|
CMAKE_POLICY(SET CMP0005 OLD)
|
|
-SET(MANDIR "${CMAKE_INSTALL_DATAROOTDIR}/man/")
|
|
+SET(MANDIR "${CMAKE_INSTALL_PREFIX}/man/")
|
|
IF(WANT_VERSIONING)
|
|
SET(SHAREDIR "${CMAKE_INSTALL_DATAROOTDIR}/${MAIN_DIR_NAME}${TAG_VERSION}/")
|
|
ELSE(WANT_VERSIONING)
|
|
@@ -345,7 +345,7 @@ IF(WANT_LIB64)
|
|
ENDIF(NOT ARCH_X86_64)
|
|
SET(LIB_SUFFIX "64" CACHE TYPE STRING)
|
|
ENDIF(WANT_LIB64)
|
|
-SET(LIB_DIR_NAME "lib${LIB_SUFFIX}")
|
|
+SET(LIB_DIR_NAME "lib")
|
|
IF (APPLEBUNDLE)
|
|
SET(LIBDIR "lib/")
|
|
ELSE (APPLEBUNDLE)
|
|
@@ -758,7 +758,7 @@ ENDIF(NOT WIN32)
|
|
#>>ASPELL for Speelling support
|
|
|
|
#<<HUNSPELL for Speelling support
|
|
-OPTION(WANT_HUNSPELL "Enable support for spell checking with hunspell" OFF)
|
|
+OPTION(WANT_HUNSPELL "Enable support for spell checking with hunspell" ON)
|
|
IF (WANT_HUNSPELL)
|
|
FIND_PACKAGE(HUNSPELL)
|
|
IF (HUNSPELL_FOUND)
|
|
@@ -918,10 +918,10 @@ INSTALL(FILES
|
|
|
|
## PL We may not need this anymore
|
|
#Install the desktop file
|
|
-## INSTALL(FILES
|
|
- # scribus.desktop
|
|
- # #DESTINATION ${DESKTOPDIR}
|
|
-#)
|
|
+INSTALL(FILES
|
|
+ scribus.desktop
|
|
+ DESTINATION ${DESKTOPDIR}
|
|
+)
|
|
|
|
#If building an Apple bundle, install these specific files
|
|
IF(APPLEBUNDLE)
|