diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-11 10:26:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-11 10:26:15 +0000 |
commit | 585da46aee24727a62d24e6c24a73f106d13f3e7 (patch) | |
tree | cc9337520a1002acd741963d6f7dd71a416e8d48 /mail/tkrat2 | |
parent | acef33bd90621d5b03eaff4fb9c5c784e6351130 (diff) |
- Pass maintainership of these ports to submitter
- Pet portlint
PR: ports/98100
Submitted by: Stephen J. Roznowski <sjr at comcast.net>
Notes
Notes:
svn path=/head/; revision=167455
Diffstat (limited to 'mail/tkrat2')
-rw-r--r-- | mail/tkrat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index b972defbfb94..a4e06ac39cc6 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.1.5 CATEGORIES= mail tk84 MASTER_SITES= ftp://ftp.tkrat.org/pub/tkrat/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sjr@comcast.net COMMENT= A mail user agent for X with a Tcl/Tk user interface LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ @@ -33,7 +33,7 @@ MAN1= tkrat.1 .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= "Build fails on sparc64" +BROKEN= Build fails on sparc64 .endif post-install: |