svn commit: r314536 - head/editors/texworks
Pietro Cerutti
gahr at FreeBSD.org
Mon Mar 18 11:06:36 UTC 2013
Author: gahr
Date: Mon Mar 18 08:08:41 2013
New Revision: 314536
URL: http://svnweb.freebsd.org/changeset/ports/314536
Log:
- Make spellchecking work by fixing the path to dictionary files
- Bump PORTREVISION
Reported by: Sergey <potzilov at gmail.com>
Modified:
head/editors/texworks/Makefile
Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile Mon Mar 18 08:03:49 2013 (r314535)
+++ head/editors/texworks/Makefile Mon Mar 18 08:08:41 2013 (r314536)
@@ -3,7 +3,7 @@
PORTNAME= texworks
PORTVERSION= 0.4.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${PORTVERSION}-r${VCS_REVISION}
@@ -25,7 +25,7 @@ QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \
ICON_DIR=${PREFIX}/share/pixmaps \
DESKTOP_DIR=${PREFIX}/share/applications \
MAN_DIR=${MAN1PREFIX}/man/man1 \
- TW_DICPATH=${LOCALBASE}/hunspell \
+ TW_DICPATH=${LOCALBASE}/share/hunspell \
TW_HELPPATH=${DOCSDIR}
MAKE_JOBS_SAFE= yes
More information about the svn-ports-head
mailing list