ports/net/dictd/patches/patch-Makefile_in

10 lines
524 B
Text

--- Makefile.in.orig Mon Dec 13 20:12:55 2004
+++ Makefile.in Sat May 22 13:49:16 2010
@@ -300,6 +300,7 @@ install.dictfmt: dictfmt dictfmt_index2word dictfmt_in
$(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