summaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-31 15:00:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-31 15:00:18 +0000
commit4a57f301ee931f6c73b851c7002d43062fe94ba5 (patch)
tree491e3e27ab847e7de7e1d814a44567c6b225f680 /mail/mutt/Makefile
parentChecksum hath changed. (diff)
Upgrade 0.55 to PL10.
And fix patches to version.h to say this version, rather than the last one. Noticed by: Andreas Klemm Excelent patches applied so that we can produce the HTML docs using our own SGML tools. Submitted by: J"org
Notes
Notes: svn path=/head/; revision=5145
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r--mail/mutt/Makefile21
1 files changed, 14 insertions, 7 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index d215ba3adbe6..e7ffee47b776 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.12 1996/12/18 05:06:26 obrien Exp $
+# $Id: Makefile,v 1.13 1996/12/25 13:58:58 obrien Exp $
DISTNAME= ${PKGNAME}-export
PKGNAME= mutt-0.55
@@ -15,21 +15,28 @@ MASTER_SITES= ftp://cs.hmc.edu/pub/me/mutt/ \
ftp://ftp.teuto.de/pub/user/lmb/ \
ftp://ftp.funet.fi/pub/unix/mail/mutt/
-PATCH_SITES= ftp://nuxi.cs.ucdavis.edu/pub/mutt/${PKGNAME:S/^mutt-//}/ \
- http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
+PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
+ ftp://nuxi.cs.ucdavis.edu/pub/mutt/${PKGNAME:S/^mutt-//}/ \
http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/
PATCHFILES= 02.externally.PATCH \
03.ispell.PATCH \
- 04.savename.PATCH
+ 04.savename.PATCH \
+ 05.hdrloop.PATCH \
+ 07.mboxhook.PATCH \
+ 08.keypad.PATCH \
+ 09.quote_regexp.PATCH \
+ 10.mark-as-new.PATCH \
+ 06.buffy.PATCH # other patches need to be before this one
-MAINTAINER= obrien@cs.ucdavis.edu
+MAINTAINER= obrien@FreeBSD.org
DIST_SUBDIR= mutt
WRKSRC= ${WRKDIR}/${PKGNAME}
#PATCH_DIST_STRIP= -p2
-PATCH_DIST_STRIP=
+PATCH_DIST_STRIP= -p1
+#PATCH_DIST_STRIP=
GNU_CONFIGURE= yes
MAN1= mutt.1
@@ -40,7 +47,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
@${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
- @${INSTALL_DATA} ${WRKSRC}/doc/* \
+ @${INSTALL_DATA} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \
${PREFIX}/share/doc/mutt
.endif