22 lines
984 B
Plaintext
22 lines
984 B
Plaintext
$OpenBSD: patch-TeXworks_pro,v 1.3 2012/06/14 09:39:34 espie Exp $
|
|
--- TeXworks.pro.orig Wed Jun 29 19:03:14 2011
|
|
+++ TeXworks.pro Wed Jun 13 11:15:34 2012
|
|
@@ -51,7 +51,7 @@ unix:!macx {
|
|
isEmpty(DATA_DIR):DATA_DIR = $$INSTALL_PREFIX/share
|
|
isEmpty(TW_HELPPATH):TW_HELPPATH = $$DATA_DIR/texworks-help
|
|
isEmpty(TW_PLUGINPATH):TW_PLUGINPATH = $$INSTALL_PREFIX/lib/texworks
|
|
- isEmpty(TW_DICPATH):TW_DICPATH = /usr/share/myspell/dicts
|
|
+ isEmpty(TW_DICPATH):TW_DICPATH = /usr/local/share/mozilla-dicts
|
|
} else {
|
|
TARGET = TeXworks
|
|
QMAKE_CXXFLAGS += -fexceptions
|
|
@@ -243,7 +243,7 @@ unix:!macx { # installation on Unix-ish platforms
|
|
isEmpty(BIN_DIR):BIN_DIR = $$INSTALL_PREFIX/bin
|
|
isEmpty(DOCS_DIR):DOCS_DIR = $$DATA_DIR/doc/texworks
|
|
isEmpty(ICON_DIR):ICON_DIR = $$DATA_DIR/pixmaps
|
|
- isEmpty(MAN_DIR):MAN_DIR = $$DATA_DIR/man/man1
|
|
+ isEmpty(MAN_DIR):MAN_DIR = $$INSTALL_PREFIX/man/man1
|
|
isEmpty(DESKTOP_DIR):DESKTOP_DIR = $$DATA_DIR/applications
|
|
|
|
target.path = $$BIN_DIR
|