12 lines
579 B
Plaintext
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
|
||
|
|