summaryrefslogtreecommitdiff
path: root/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2016-05-30 00:17:50 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2016-05-30 00:17:50 +0000
commite0af6de415d1f169c3d7ec9c95caaa7ef5666aec (patch)
tree25be14c7e1d748079d5388b20f6ee93467c8b295 /mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
parentMake @kld PKG_ROOTDIR friendly (diff)
- Update to 201605221711[1]
- Add option for table db (aliases)[1] - Add CPE information[1] PR: 209770[1] 208991 Submitted by: fluffy[1]
Notes
Notes: svn path=/head/; revision=416133
Diffstat (limited to 'mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in')
-rw-r--r--mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in b/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
index c8fcdad57bc0..d702255d55fe 100644
--- a/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
+++ b/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
@@ -1,9 +1,10 @@
---- mk/smtpd/Makefile.in.orig 2016-02-07 00:04:24 UTC
+--- mk/smtpd/Makefile.in.orig 2016-02-02 20:40:51 UTC
+++ mk/smtpd/Makefile.in
-@@ -1339,12 +1339,7 @@ install-exec-hook: $(CONFIGFILES) $(MANP
+@@ -1365,13 +1365,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 \