svn commit: r333750 - head/editors/texworks
Pietro Cerutti
gahr at FreeBSD.org
Thu Nov 14 11:00:34 UTC 2013
Author: gahr
Date: Thu Nov 14 11:00:33 2013
New Revision: 333750
URL: http://svnweb.freebsd.org/changeset/ports/333750
Log:
- Fix installation of HTML manual
Modified:
head/editors/texworks/Makefile
Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile Thu Nov 14 10:49:12 2013 (r333749)
+++ head/editors/texworks/Makefile Thu Nov 14 11:00:33 2013 (r333750)
@@ -60,7 +60,8 @@ PLIST_FILES+= lib/texworks/libTWPythonPl
.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|' \
More information about the svn-ports-all
mailing list