diff options
author | garga <garga@FreeBSD.org> | 2006-07-11 18:26:15 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-11 18:26:15 +0800 |
commit | 311309ab2063e282541ad01f41d9c6f864db8ea8 (patch) | |
tree | d9c16bbf20530186553e5a2df107343519da7a04 /mail | |
parent | b9448a6d97720a99a22db4c144debe29df8be18b (diff) | |
download | freebsd-ports-gnome-311309ab2063e282541ad01f41d9c6f864db8ea8.tar.gz freebsd-ports-gnome-311309ab2063e282541ad01f41d9c6f864db8ea8.tar.zst freebsd-ports-gnome-311309ab2063e282541ad01f41d9c6f864db8ea8.zip |
- Pass maintainership of these ports to submitter
- Pet portlint
PR: ports/98100
Submitted by: Stephen J. Roznowski <sjr at comcast.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tkrat2/Makefile | 4 | ||||
-rw-r--r-- | mail/xmail/Makefile | 2 |
2 files changed, 3 insertions, 3 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: diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index 4cfca9142b03..b4873326ae4a 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sjr@comcast.net COMMENT= An X-based interface to the Berkeley mail program USE_IMAKE= yes |