diff options
author | jim <jim@FreeBSD.org> | 2002-01-05 11:27:17 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-01-05 11:27:17 +0000 |
commit | 829713aec03467ddf2e5cd8ba1137835f9f753c6 (patch) | |
tree | d190def33aa6a7be229eea15e7cfd4ee59b422dd /mail | |
parent | 1e58a8a0c4099aafc5cb5433a7f3370d6c7d5418 (diff) | |
download | FreeBSD-ports-829713aec03467ddf2e5cd8ba1137835f9f753c6.zip FreeBSD-ports-829713aec03467ddf2e5cd8ba1137835f9f753c6.tar.gz |
Fix a problem where installs failed if WITH_MUTT_HTML wasn't defined.
Also change the dependency for WITH_MUTT_NNTP to point to inn-stable
instead of inn.
PR: 33571
Submitted by: maintainer
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 fb5e9fd..6a45511 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 3a3ab32..75695db 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 ./ |