diff options
author | peter <peter@FreeBSD.org> | 1997-08-12 14:37:36 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-08-12 14:37:36 +0800 |
commit | 22a5741a0f93d76ebbe80d016da82d5546775adb (patch) | |
tree | aa86f805ea77ff0d19446907c365d308d64391e9 /mail/exmh2/Makefile | |
parent | 04babcb48f4313bdc2c7182169cd0cd979cd87fa (diff) | |
download | freebsd-ports-gnome-22a5741a0f93d76ebbe80d016da82d5546775adb.tar.gz freebsd-ports-gnome-22a5741a0f93d76ebbe80d016da82d5546775adb.tar.zst freebsd-ports-gnome-22a5741a0f93d76ebbe80d016da82d5546775adb.zip |
Update to use the 5 "official" patches from the author.
Diffstat (limited to 'mail/exmh2/Makefile')
-rw-r--r-- | mail/exmh2/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index a86d998f688f..66a5120e9328 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.13 1997/07/26 12:27:31 peter Exp $ +# $Id: Makefile,v 1.14 1997/08/12 05:58:47 peter Exp $ # DISTNAME= exmh-2.0zeta @@ -12,6 +12,15 @@ CATEGORIES= mail tk41 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 + +.if defined(PATCH_DEBUG) +PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP} +.else +PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP} +.endif + MAINTAINER= peter@FreeBSD.org DIST_SUBDIR= ${PKGNAME} |