diff options
author | peter <peter@FreeBSD.org> | 1997-10-06 14:49:46 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-10-06 14:49:46 +0800 |
commit | d5e347a576f881c2c0e9b9a95e0752fa1d840b28 (patch) | |
tree | 8b8484628f50ca5d7f230f70e407bd6ebdc02f18 /mail/exmh2/Makefile | |
parent | b49e9d2c72d448ecb6e57b23d757ee65a97ba4f8 (diff) | |
download | freebsd-ports-gnome-d5e347a576f881c2c0e9b9a95e0752fa1d840b28.tar.gz freebsd-ports-gnome-d5e347a576f881c2c0e9b9a95e0752fa1d840b28.tar.zst freebsd-ports-gnome-d5e347a576f881c2c0e9b9a95e0752fa1d840b28.zip |
Update to include some more official patches from the exmh web site.
Diffstat (limited to 'mail/exmh2/Makefile')
-rw-r--r-- | mail/exmh2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index e725d01e93ca..b35c3bb987fe 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -3,7 +3,7 @@ # Date released: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.15 1997/08/12 06:37:36 peter Exp $ +# $Id: Makefile,v 1.16 1997/08/21 08:09:54 peter Exp $ # DISTNAME= exmh-2.0zeta @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/ EXTRACT_SUFX= .tar.Z PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0zeta/ -PATCHFILES= ispell.patch koir.patch mime.patch seditMime.patch scan.patch +PATCHFILES= ispell.patch koir.patch mime.patch seditMime.patch scan.patch \ + addr.patch html.patch html_dpackage.patch pgpExec.patch .if defined(PATCH_DEBUG) PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP} |