1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Make spellchecking work by fixing the path to dictionary files

- Bump PORTREVISION

Reported by:	 Sergey <potzilov@gmail.com>
This commit is contained in:
Pietro Cerutti 2013-03-18 08:08:41 +00:00
parent 30403fe9ca
commit dc7a08b649
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314536

View File

@ -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