openbsd-ports/net/dictd/patches/patch-Makefile_in
alek aaa2632ed5 Import dict 1.9.15
The Dictionary Server Protocol (DICT) is a TCP transaction based
query/response protocol that allows a client to access dictionary
definitions from a set of natural language dictionary databases.

This package contains a client which can access DICT servers from
the command line.

From Deanna Phillips <deanna@sdf.lonestar.org>
2006-04-19 17:11:52 +00:00

12 lines
579 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/04/19 17:11:52 alek Exp $
--- Makefile.in.orig Sat Apr 15 13:08:43 2006
+++ Makefile.in Sat Apr 15 13:08:59 2006
@@ -300,6 +300,7 @@ install.dictfmt: dictfmt dictfmt_index2w
$(INSTALL_DATA) dictfmt_index2word.1 $(DESTDIR)$(man1_prefix); \
$(INSTALL_DATA) dictfmt_index2suffix.1 $(DESTDIR)$(man1_prefix); \
$(INSTALL_DATA) dictunformat.1 $(DESTDIR)$(man1_prefix); \
+ $(INSTALL_DATA) dictfmt_virtual.1 $(DESTDIR)$(man1_prefix); \
test _$(USE_PLUGIN) != _ && \
$(INSTALL_SCRIPT) dictfmt_plugin $(DESTDIR)$(bindir) || true