aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt14/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-23 01:14:39 +0800
committerobrien <obrien@FreeBSD.org>2002-06-23 01:14:39 +0800
commita05fa76323fffdebea8fa39b9c6b32db8f07f949 (patch)
tree1b1c27c1e1fe99236f7edf39ea814085f8fe63fd /mail/mutt14/Makefile
parent0211a60947db8bfbcdb7217bd6812515bba358db (diff)
downloadfreebsd-ports-gnome-a05fa76323fffdebea8fa39b9c6b32db8f07f949.tar.gz
freebsd-ports-gnome-a05fa76323fffdebea8fa39b9c6b32db8f07f949.tar.zst
freebsd-ports-gnome-a05fa76323fffdebea8fa39b9c6b32db8f07f949.zip
Remove all charmaps related bits. They aren't needed for 1.4.
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r--mail/mutt14/Makefile7
1 files changed, 0 insertions, 7 deletions
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