mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
ecedfed10c
Scribus 1.4.7 is almost exclusively a bugfixing and update release and will be the last iteration of the Scribus 1.4.x line. All future development efforts will go into the upcoming new stable version 1.6.x.
21 lines
675 B
Plaintext
21 lines
675 B
Plaintext
--- 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)
|