pkgsrc/textproc/ots/patches/patch-Makefile.in
nros fea945e164 Import of open text summarizer as textproc/ots to pkgsrc-current.
Package in pkgsrc-wip by nros.

The Open Text Summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not. OTS supports many (25+) languages which are configured
in XML files. Several academic publications have benchmarked it and
praised it.
2015-08-31 12:16:52 +00:00

13 lines
416 B
Text

$NetBSD: patch-Makefile.in,v 1.1 2015/08/31 12:16:52 nros Exp $
* don't build the doc directory since a file (gtk-doc.make) is missing.
--- Makefile.in.orig 2014-12-22 16:47:57.000000000 +0000
+++ Makefile.in
@@ -100,7 +100,7 @@ STRIP = @STRIP@
VERSION = @VERSION@
VERSION_INFO = @VERSION_INFO@
-SUBDIRS = src dic doc
+SUBDIRS = src dic
DIST_SUBDIRS = src articles dic doc
pkgconfigdir = $(libdir)/pkgconfig