diff options
author | clive <clive@FreeBSD.org> | 2002-01-28 18:06:30 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-01-28 18:06:30 +0000 |
commit | 2091a44c0a0c9446941a95423f9f852dbddaab2a (patch) | |
tree | fd7e9624707d21ee8102d8a209cb48d61eb9430b | |
parent | 6cb4c15123c7acfda25ebf517ade8bc0048f5bf9 (diff) | |
download | FreeBSD-ports-2091a44c0a0c9446941a95423f9f852dbddaab2a.zip FreeBSD-ports-2091a44c0a0c9446941a95423f9f852dbddaab2a.tar.gz |
o Extra patchset changed. Now we have the first big5 line wrapping friendly
mutt in the freenix world. (Yay!)
Submitted by: Chou Yeh-Jyi <yjchou@age.homeip.net>
o Turn on WITH_MUTT_NCURSES and WITHOUT_MUTT_SGMLFORMAT by default. (Yay!)
-rw-r--r-- | chinese/mutt/Makefile | 2 | ||||
-rw-r--r-- | chinese/mutt/distinfo | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 01cc71a..32291cd 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -18,6 +18,8 @@ PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}.diff.gz PATCH_DIST_ARGS= -d ${WRKDIR} --quiet WITH_MUTT_LOCALES_FIX= yes +WITH_MUTT_NCURSES= yes +WITHOUT_MUTT_SGMLFORMAT= yes MD5_FILE= ${.CURDIR}/distinfo PKGMESSAGE= ${.CURDIR}/pkg-message diff --git a/chinese/mutt/distinfo b/chinese/mutt/distinfo index 343f940..73a0fb7 100644 --- a/chinese/mutt/distinfo +++ b/chinese/mutt/distinfo @@ -4,4 +4,4 @@ MD5 (mutt/patch-1.3.27.vvv.nntp.gz) = ab347aa1c1455e4321a64d68c35afe61 MD5 (mutt/patch-1.3.27.vvv.initials.gz) = 774d654d99a5e113c34dcd325eae65b8 MD5 (mutt/patch-1.3.27.vvv.quote.gz) = 413dcc9493823146f1cf7fdbd2a4f68d MD5 (mutt/patch-1.3.27.vvv.ru.gz) = e8b01d6783fcf2737067d8c4534ad246 -MD5 (mutt/zh-mutt-1.3.27.diff.gz) = 594b1a9719bc6477e30cb36908138efe +MD5 (mutt/zh-mutt-1.3.27.diff.gz) = 2d7d3e3d2df7c8273f177eff46e0379d |