freebsd-ports/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
Ashish SHUKLA 49ce9770f2 OpenSMTPD is a FREE implementation of the server-side SMTP protocol as
defined by RFC 5321, with some additional standard extensions. It
allows ordinary machines to exchange e-mails with other systems
speaking the SMTP protocol.

This port packages the development snapshots released by OpenSMTPD team.

WWW:	http://www.OpenSMTPD.org/

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/738
2013-06-30 21:30:52 +00:00

18 lines
670 B
Text

$FreeBSD$
--- mk/smtpd/Makefile.in.orig
+++ mk/smtpd/Makefile.in
@@ -1837,11 +1837,7 @@
$(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