diff options
author | ache <ache@FreeBSD.org> | 2000-05-14 02:27:48 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-14 02:27:48 +0800 |
commit | 99f9511d9fc2051a7c30824f340cff249c845789 (patch) | |
tree | 07c5ddecdce4b7367dcef359129b6a690bb8b790 /mail/mutt/Makefile | |
parent | 9931f318bfa3772e16c011c0d8bb0434ffb59911 (diff) | |
download | freebsd-ports-gnome-99f9511d9fc2051a7c30824f340cff249c845789.tar.gz freebsd-ports-gnome-99f9511d9fc2051a7c30824f340cff249c845789.tar.zst freebsd-ports-gnome-99f9511d9fc2051a7c30824f340cff249c845789.zip |
Copy CP1251 charset under its official name: windows-1251
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 8752ce47eb34..ed6ebf887559 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -74,6 +74,7 @@ pre-patch: (cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/charmaps-0.0.tar.gz) post-patch: + cd ${WRKSRC}/charmaps/maps; ln CP1251 WINDOWS-1251 cd ${WRKSRC}/charmaps/maps; rm -f *.orig .if !defined(NOPORTDOCS) |