openbsd-ports/net/silc-client/patches/patch-Makefile_in
brad 4e6a1619c0 upgrade to silc-client 0.9.10.1.
incompatible protocol change.

MAINTAINER unreachable by e-mail.
2002-12-09 15:17:43 +00:00

13 lines
946 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.5 2002/12/09 15:17:43 brad Exp $
--- Makefile.in.orig Thu Dec 5 16:38:56 2002
+++ Makefile.in Sat Dec 7 23:47:13 2002
@@ -773,7 +773,7 @@ generate-server-key:
$(sbindir)/silcd -C $(etcdir); \
fi
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client
+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client doc-install-client etc-install-client
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server generate-server-key
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs-server sim-install doc-install-server examples-install etc-install-server generate-server-key
# Tell versions [3.59,3.63) of GNU make to not export all variables.