summaryrefslogtreecommitdiff
path: root/japanese/mutt-devel/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-25 02:00:48 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-25 02:00:48 +0000
commitdd3c56372b4bc4a335667e3ed04aba9309e1f670 (patch)
tree369e55bc8a6d279f5c4c8dbbea7f6e5d9678dea4 /japanese/mutt-devel/Makefile
parentAdd readlink, a tool to dereference a symbol link and print the name (diff)
Update to latest version (1.3.19)
Remove unneeded patches Add patch-ah for iconv.m4 Update pkg-plist with new locales PR: 28385 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44403
Diffstat (limited to 'japanese/mutt-devel/Makefile')
-rw-r--r--japanese/mutt-devel/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index 48c5bed81fb5..1ac9a97de7ff 100644
--- a/japanese/mutt-devel/Makefile
+++ b/japanese/mutt-devel/Makefile
@@ -29,7 +29,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext
.endif
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview
-VERSION= 1.3.18
+VERSION= 1.3.19
JP_VERSION= 0
DIST_SUBDIR= mutt
@@ -72,11 +72,16 @@ pre-configure:
(cd ${WRKSRC}; aclocal -I m4)
post-install:
- ${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH ${DOCDIR}
- ${INSTALL_DATA} ${DIFFDIR}/manual-ja-patch.txt ${DOCDIR}
- ${INSTALL_DATA} ${DIFFDIR}/mutt-ja.rc ${DOCDIR}/samples
- ${INSTALL_DATA} ${DIFFDIR}/sample.muttrc-tt ${DOCDIR}/samples
- ${INSTALL_DATA} ${DIFFDIR}/usage-japanese.txt ${DOCDIR}
+ ${INSTALL_DATA} ${DIFFDIR}/INSTALL.JA-PATCH.en ${DOCDIR}
+ ${INSTALL_DATA} ${DIFFDIR}/INSTALL.JA-PATCH.ja ${DOCDIR}
+ ${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH.en ${DOCDIR}
+ ${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH.ja ${DOCDIR}
+ ${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.en.html ${DOCDIR}/html
+ ${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.ja.html ${DOCDIR}/html
+ ${INSTALL_DATA} ${DIFFDIR}/html/usage-japanese.en.html ${DOCDIR}/html
+ ${INSTALL_DATA} ${DIFFDIR}/html/usage-japanese.ja.html ${DOCDIR}/html
+ ${INSTALL_DATA} ${DIFFDIR}/sample/mutt-ja.rc ${DOCDIR}/samples
+ ${INSTALL_DATA} ${DIFFDIR}/sample/sample.muttrc-tt ${DOCDIR}/samples
${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.txt ${DOCDIR}
${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.tex ${DOCDIR}
${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.html ${DOCDIR}