mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
--- Makefile.in.orig Mon Jan 21 16:58:41 2002
|
|
+++ Makefile.in Mon Jan 21 16:59:16 2002
|
|
@@ -151,9 +151,9 @@
|
|
|
|
AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
|
|
|
|
-COMMONDIRS = lib irssi silc silcd doc includes
|
|
-SUBDIRS = lib silcd doc includes
|
|
-DIST_SUBDIRS = lib silcd doc includes
|
|
+COMMONDIRS = doc
|
|
+SUBDIRS = doc
|
|
+DIST_SUBDIRS = doc
|
|
|
|
#
|
|
# INCLUDE defines
|
|
@@ -528,11 +528,7 @@
|
|
-rm -rf $(distdir)
|
|
|
|
install-dirs:
|
|
- -mkdir -p $(etcdir)
|
|
- -mkdir -p $(modulesdir)
|
|
- -mkdir -p $(helpdir)
|
|
-mkdir -p $(docdir)
|
|
- -mkdir -p $(logsdir)
|
|
|
|
generate-server-key:
|
|
-@if test '!' -f $(etcdir)/silcd.pub ; then \
|
|
@@ -571,8 +567,8 @@
|
|
$(etcdir)/silc.conf; \
|
|
fi
|
|
|
|
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
|
|
-@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install
|
|
+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs doc-install
|
|
+@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs doc-install
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|