openbsd-ports/net/silc-client/patches/patch-Makefile_in
2005-04-07 15:38:17 +00:00

13 lines
927 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.11 2005/04/07 15:38:17 brad Exp $
--- Makefile.in.orig Wed Apr 6 09:03:35 2005
+++ Makefile.in Wed Apr 6 11:32:29 2005
@@ -862,7 +862,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
@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.