1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/mail/mailfromd/files/patch-etc_Makefile.in
Alexey Dokuchaev cd3a45672c - Update `mail/mailfromd' to version 8.1.90 (this is actually required to
unbreak the port against recent `mail/mailutils')
- Amend MASTER_SITES to allow fetching both stable and alpha releases
- Install configuration file as @sample to avoid overwriting existing one
- Tighten permissions on ${DATABASEDIR} and ${MFD_RUN_DIR}
- Make port description text more detailed and accurate

Submitted by:	maintainer
2017-04-12 15:51:08 +00:00

15 lines
640 B
Plaintext

--- etc/Makefile.in.orig 2017-04-09 17:50:03 UTC
+++ etc/Makefile.in
@@ -681,9 +681,8 @@ check-am: mailfromd.lint
install-data-local:
@test -z "$(DESTDIR)$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
- @if [ -r $(DESTDIR)$(sysconfdir)/mailfromd.mf ]; then :; \
- else ${INSTALL} -m 644 $(top_srcdir)/etc/mailfromd.mf \
- $(DESTDIR)$(sysconfdir)/mailfromd.mf; fi
+ ${INSTALL} -m 644 $(top_srcdir)/etc/mailfromd.mf \
+ $(DESTDIR)$(sysconfdir)/mailfromd.mf.sample
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.