diff options
Diffstat (limited to 'hungarian/hunspell/Makefile')
-rw-r--r-- | hungarian/hunspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hungarian/hunspell/Makefile b/hungarian/hunspell/Makefile index 6f649804a566..6714beee4ad1 100644 --- a/hungarian/hunspell/Makefile +++ b/hungarian/hunspell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hunspell -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.10 CATEGORIES= hungarian textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S@$@:code@:S@%SUBDIR%@${PORTNAME}@} \ http://magyarispell.sourceforge.net/:data @@ -36,7 +36,6 @@ do-extract: cd ${WRKDIR} && ${TAR} -xzf ${_DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX};\ ${UNZIP_CMD} -qo ${_DISTDIR}/hu_HU.zip -d ${WRKDIR} - post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/src/tools/hunspell.cxx |