summaryrefslogtreecommitdiff
path: root/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-09-28 19:20:21 +1000
committerDima Panov <fluffy@FreeBSD.org>2021-09-28 19:20:21 +1000
commit9189d51581606c2c4b443ea7546141371a1638f3 (patch)
tree70591bd9df7a7d7ca515183af77ab41f56d3ebca /mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
parentdatabases/py-agate-sql: update to 0.5.8 (diff)
mail/opensmtpd-devel: drop unsupported upstream snapshots before 2021Q4
Move to official releases of mail/opensmtpd Suggested by: mandree
Diffstat (limited to 'mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in')
-rw-r--r--mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in b/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
deleted file mode 100644
index f7d756b35c37..000000000000
--- a/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- mk/smtpd/Makefile.in.orig 2016-06-06 21:03:28 UTC
-+++ mk/smtpd/Makefile.in
-@@ -1366,13 +1366,7 @@ install-exec-hook: $(CONFIGFILES) $(MANP
- $(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