forked from Lainports/freebsd-ports
defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol. WWW: http://www.OpenSMTPD.org/
19 lines
758 B
Text
19 lines
758 B
Text
|
|
$FreeBSD$
|
|
|
|
--- src/Makefile.am.orig
|
|
+++ src/Makefile.am
|
|
@@ -107,10 +107,10 @@
|
|
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5
|
|
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
|
|
|
|
- @if [ ! -f $(DESTDIR)$(sysconfdir)/mail/smtpd.conf ]; then \
|
|
- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/mail/smtpd.conf; \
|
|
+ @if [ ! -f $(DESTDIR)$(sysconfdir)/mail/smtpd.conf.sample ]; then \
|
|
+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/mail/smtpd.conf.sample; \
|
|
else \
|
|
- echo "$(DESTDIR)$(sysconfdir)/mail/smtpd.conf already exists, install will not overwrite"; \
|
|
+ echo "$(DESTDIR)$(sysconfdir)/mail/smtpd.conf.sample already exists, install will not overwrite"; \
|
|
fi
|
|
|
|
@if [ ! -f $(DESTDIR)$(bindir)/mailq$(EXEEXT) ]; then \
|