mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Fix missing lib depends with libgpg-errors and libassuan Move Header Cache to a BSD ports single radio Remove redundent sidebar var VVV updated to 1.8.0 GREETING updated to 1.7.2 extra-patch-parent-child-match converted to a makepatch Changes: https://dev.mutt.org/hg/mutt/file/stable/UPDATING#l11 Differential Revision: https://reviews.freebsd.org/D9819 Submitted by: maintainer (dereks lifeofadishwasher com)
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
--- Makefile.am.orig 2017-02-27 01:12:49 UTC
|
|
+++ Makefile.am
|
|
@@ -14,7 +14,7 @@ IMAP_SUBDIR = imap
|
|
IMAP_INCLUDES = -I$(top_srcdir)/imap
|
|
endif
|
|
|
|
-SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR)
|
|
+SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) . $(DOC_SUBDIR)
|
|
|
|
bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET)
|
|
|
|
@@ -161,18 +161,9 @@ install-exec-hook:
|
|
rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \
|
|
ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
|
|
fi
|
|
- if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test x$(DOTLOCK_GROUP) != x ; then \
|
|
- chgrp $(DOTLOCK_GROUP) $(DESTDIR)$(bindir)/mutt_dotlock && \
|
|
- chmod $(DOTLOCK_PERMISSION) $(DESTDIR)$(bindir)/mutt_dotlock || \
|
|
- { echo "Can't fix mutt_dotlock's permissions! This is required to lock mailboxes in the mail spool directory." >&2 ; exit 1 ; } \
|
|
- fi
|
|
|
|
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 \
|