opnsense-ports/mail/mutt/files/patch-Makefile.am
Franco Fichtner 8199a0fec6 */*: sync with upstream
Taken from: FreeBSD
2015-09-14 10:42:40 +02:00

13 lines
452 B
Text

--- Makefile.am.orig 2015-09-10 07:37:42.000000000 +0200
+++ Makefile.am 2015-09-10 07:38:51.000000000 +0200
@@ -162,10 +162,6 @@
install-data-local:
$(MKDIR_P) $(DESTDIR)$(sysconfdir)
- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/mime.types.dist
- -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \
- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \
- fi
uninstall-local:
for i in mime.types ; do \