This release builds with LibreSSL > 3.0.2 or OpenSSL > 1.1.0. FreeBSD 11.x users should update to 12.x/13.x or switch system-wide default ssl library to openssl111/libressl - Update -extras to 6.4.0 release Filters still missing, corresponded ports temporary markes as IGNORED PR: 213442,228937 MFH: 2019Q4
17 lines
836 B
Text
17 lines
836 B
Text
--- mk/smtpd/Makefile.in.orig 2019-10-26 11:56:36 UTC
|
|
+++ mk/smtpd/Makefile.in
|
|
@@ -1404,13 +1404,7 @@ install-exec-hook: $(CONFIGFILES) $(MANPAGES)
|
|
$(MKDIR_P) $(DESTDIR)$(bindir)
|
|
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5
|
|
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
|
|
-
|
|
- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \
|
|
- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \
|
|
- else \
|
|
- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \
|
|
- fi
|
|
-
|
|
+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf.sample
|
|
$(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5
|
|
$(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5
|
|
$(INSTALL) -m 644 table.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/table.5
|