diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-01-05 11:27:17 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-01-05 11:27:17 +0000 |
commit | 46f0a4f069a8840e515fd684a98ce729b8a2f4eb (patch) | |
tree | 66ba021bb765ba8d86c0e0f08859cb262f7c0df7 /mail | |
parent | c2937ea108e729a96210e75220016a76303613a9 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 8 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index fb5e9fdecbe2..6a455114b93a 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 3a3ab32cc348..75695db5632b 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 ./ |