diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 20:28:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 20:28:43 +0000 |
commit | e423c2facf82ccf61ae7df8147420e65f457af09 (patch) | |
tree | 5d226e2d5d78b53499ed3e6ca7d5e737f335c98e /mail/exmh | |
parent | b0a48a0808bfa95669572a7be1b9a3a6f7bc7b06 (diff) | |
download | pkgsrc-e423c2facf82ccf61ae7df8147420e65f457af09.tar.gz |
portlint: move MAINTAINER
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 01e1942d018..f17077e2386 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,9 +1,9 @@ # New ports collection Makefile for: exmh2 # Version required: 2.0zeta -# Date released: 1 Jan 97 +# Date created: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # -# $NetBSD: Makefile,v 1.2 1997/11/19 14:49:49 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/24 20:28:43 hubertf Exp $ # FreeBSD Id: Makefile,v 1.17 1997/10/06 06:49:45 peter Exp # @@ -17,14 +17,14 @@ PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0zeta/ PATCHFILES= ispell.patch koir.patch mime.patch seditMime.patch scan.patch \ addr.patch html.patch html_dpackage.patch pgpExec.patch +MAINTAINER= peter@FreeBSD.org + .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} RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 |