diff options
Diffstat (limited to 'mail/courier/files/patch-courier__module.esmtp__Makefile.in')
| -rw-r--r-- | mail/courier/files/patch-courier__module.esmtp__Makefile.in | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/mail/courier/files/patch-courier__module.esmtp__Makefile.in b/mail/courier/files/patch-courier__module.esmtp__Makefile.in new file mode 100644 index 000000000000..53d73b7bf5e2 --- /dev/null +++ b/mail/courier/files/patch-courier__module.esmtp__Makefile.in @@ -0,0 +1,21 @@ +--- courier/module.esmtp/Makefile.in.orig	2025-05-10 16:15:59.314380000 +0200 ++++ courier/module.esmtp/Makefile.in	2025-05-10 16:18:34.251641000 +0200 +@@ -1239,15 +1239,15 @@ + 	test `id -u` = 0 || exit 0 ; cd $(DESTDIR)$(moduledir) || exit 1 ; chown @mailuser@ . ; chgrp @mailgroup@ . +  + install-data-local: +-	test -f $(DESTDIR)$(sbindir)/courieresmtpd && exit 0; $(mkinstalldirs) $(DESTDIR)$(sbindir) || :; rm -f $(DESTDIR)$(sbindir)/courieresmtpd && $(LN_S) `realpath --relative-to $(sbindir) -m $(moduledir)/courieresmtpd` $(DESTDIR)$(sbindir)/courieresmtpd ++	test -f $(DESTDIR)$(sbindir)/courieresmtpd && exit 0; $(mkinstalldirs) $(DESTDIR)$(sbindir) || :; rm -f $(DESTDIR)$(sbindir)/courieresmtpd && $(LN_S) $(moduledir)/courieresmtpd $(DESTDIR)$(sbindir)/courieresmtpd + 	-$(mkinstalldirs) $(DESTDIR)$(bindir) +-	test -f $(DESTDIR)$(bindir)/addcr && exit 0; rm -f $(DESTDIR)$(bindir)/addcr && $(LN_S) `realpath -m --relative-to $(bindir) $(moduledir)/addcr` $(DESTDIR)$(bindir)/addcr ++	test -f $(DESTDIR)$(bindir)/addcr && exit 0; rm -f $(DESTDIR)$(bindir)/addcr && $(LN_S) $(moduledir)/addcr $(DESTDIR)$(bindir)/addcr + 	-$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/esmtpacceptmailfor.dir + 	-$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/esmtppercentrelay.dir + 	-$(mkinstalldirs) $(DESTDIR)$(sbindir) + 	for f in $(databin_SCRIPTS) ; do \ + 		rm -f $(DESTDIR)$(sbindir)/$$f ; \ +-		$(LN_S) `realpath -m --relative-to $(sbindir) $(datadir)/$$f` $(DESTDIR)$(sbindir)/$$f ; done ++		$(LN_S) $(datadir)/$$f $(DESTDIR)$(sbindir)/$$f ; done + 	cat </dev/null >>$(DESTDIR)$(sysconfdir)/esmtpauthclient + 	chmod 600 $(DESTDIR)$(sysconfdir)/esmtpauthclient + 	test `id -u` = 0 || exit 0; \ | 
