aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/mutt-devel/Makefile8
-rw-r--r--mail/mutt-devel/files/patch-022
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index fb5e9fdecbe..6a455114b93 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -23,8 +23,8 @@
#
# If you want to read news with mutt define:
# WITH_MUTT_NNTP
-# (note that this implies building of the inn port to be able to post new
-# articles)
+# (note that this implies building of the inn-stable port to be able to
+# post new articles)
#
# If you want to use the SASL authentication features with your email server
# define
@@ -42,7 +42,7 @@
PORTNAME= mutt-devel
PORTVERSION= 1.3.25
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES+= mail
.if defined(WITH_MUTT_NNTP)
CATEGORIES+= news
@@ -139,7 +139,7 @@ USE_OPENSSL= yes
BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
.endif
.if defined(WITH_MUTT_NNTP)
-BUILD_DEPENDS+= ${LOCALBASE}/news/bin/inews:${PORTSDIR}/news/inn
+BUILD_DEPENDS+= ${LOCALBASE}/news/bin/inews:${PORTSDIR}/news/inn-stable
pre-configure::
${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-inews
.endif
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02
index 3a3ab32cc34..75695db5632 100644
--- a/mail/mutt-devel/files/patch-02
+++ b/mail/mutt-devel/files/patch-02
@@ -9,7 +9,7 @@
try-html: ../makedoc
- test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
-+ rm *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
++ rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
try-txt: ../makedoc
- test -f manual.txt || $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./