diff options
Diffstat (limited to 'textproc/link-grammar/Makefile')
-rw-r--r-- | textproc/link-grammar/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 771d8d7804f4..3c86aa100300 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= link-grammar -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.3 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ @@ -24,8 +24,6 @@ DOCS= LICENSE README post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|/words/|/en/words/|g' \ - ${WRKSRC}/data/en/4.0.dict .ifndef (NOPORTDOCS) post-install: |