diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-22 17:14:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-22 17:14:39 +0000 |
commit | 7b3cf63dbe867642387b83d0d46a6ef77e970a05 (patch) | |
tree | 7de7f4e33b425c820a85f3e6ec4a97beb4927d45 /mail | |
parent | add lapack++ 1.1 (diff) |
Remove all charmaps related bits. They aren't needed for 1.4.
Notes
Notes:
svn path=/head/; revision=61743
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 7 | ||||
-rw-r--r-- | mail/mutt/files/patch-01 | 11 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 7 | ||||
-rw-r--r-- | mail/mutt14/files/patch-01 | 11 |
4 files changed, 0 insertions, 36 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index bd652cce45e1..65ab8d132d1f 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -86,13 +86,6 @@ CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} MAN1= mutt.1 mutt_dotlock.1 MAN5= muttrc.5 -pre-patch: - (cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/charmaps-0.0.tar.gz) - -pre-configure: - cd ${WRKSRC}/charmaps/maps; ${LN} CP1251 WINDOWS-1251 - cd ${WRKSRC}/charmaps/maps; ${RM} -f *.orig - # XXX # this should be done automagically by aclocal but .... # for now, this will have to do diff --git a/mail/mutt/files/patch-01 b/mail/mutt/files/patch-01 deleted file mode 100644 index 836dbb773b2c..000000000000 --- a/mail/mutt/files/patch-01 +++ /dev/null @@ -1,11 +0,0 @@ ---- charmaps/maps/KOI8-R.bak Wed Jan 20 01:30:20 1999 -+++ charmaps/maps/KOI8-R Sat May 13 21:27:42 2000 -@@ -157,7 +157,7 @@ - <?S> /x92 <U2593> DARK SHADE - <Iu> /x93 <U2320> TOP HALF INTEGRAL - <fS> /x94 <U25A0> BLACK SQUARE --<sb> /x95 <U2022> BULLET -+<Sb> /x95 <U2219> BULLET OPERATOR - <RT> /x96 <U221A> SQUARE ROOT - <?2> /x97 <U2248> ALMOST EQUAL TO - <=<> /x98 <U2264> LESS-THAN OR EQUAL TO diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index bd652cce45e1..65ab8d132d1f 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -86,13 +86,6 @@ CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} MAN1= mutt.1 mutt_dotlock.1 MAN5= muttrc.5 -pre-patch: - (cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/charmaps-0.0.tar.gz) - -pre-configure: - cd ${WRKSRC}/charmaps/maps; ${LN} CP1251 WINDOWS-1251 - cd ${WRKSRC}/charmaps/maps; ${RM} -f *.orig - # XXX # this should be done automagically by aclocal but .... # for now, this will have to do diff --git a/mail/mutt14/files/patch-01 b/mail/mutt14/files/patch-01 deleted file mode 100644 index 836dbb773b2c..000000000000 --- a/mail/mutt14/files/patch-01 +++ /dev/null @@ -1,11 +0,0 @@ ---- charmaps/maps/KOI8-R.bak Wed Jan 20 01:30:20 1999 -+++ charmaps/maps/KOI8-R Sat May 13 21:27:42 2000 -@@ -157,7 +157,7 @@ - <?S> /x92 <U2593> DARK SHADE - <Iu> /x93 <U2320> TOP HALF INTEGRAL - <fS> /x94 <U25A0> BLACK SQUARE --<sb> /x95 <U2022> BULLET -+<Sb> /x95 <U2219> BULLET OPERATOR - <RT> /x96 <U221A> SQUARE ROOT - <?2> /x97 <U2248> ALMOST EQUAL TO - <=<> /x98 <U2264> LESS-THAN OR EQUAL TO |