aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-11-14 11:00:33 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-11-14 11:00:33 +0000
commitd36d5886f92cfaeeeb9bf00d36ca646244586c65 (patch)
tree52f40353ef2951478ffa94453407d924b9ecfcd0 /editors
parent524f53015153c77b89a90a0899754ecef3ad6cba (diff)
downloadports-d36d5886f92cfaeeeb9bf00d36ca646244586c65.tar.gz
ports-d36d5886f92cfaeeeb9bf00d36ca646244586c65.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/texworks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index 8c4f6eab8f27..ad238bf3a872 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -60,7 +60,8 @@ PLIST_FILES+= lib/texworks/libTWPythonPlugin.so
.endif
post-patch:
- @${REINPLACE_CMD} -e '/zlib/d; s|COPYING ||' ${WRKSRC}/TeXworks.pro
+ @${REINPLACE_CMD} -e '/zlib/d; s|COPYING ||; /manual.path/s|TW_HELPPATH|DOCS_DIR|' \
+ ${WRKSRC}/TeXworks.pro
@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \
${WRKSRC}/src/TWUtils.cpp
@${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|' \