diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | 9f0966904693a035e2a418cbed90d94f93462baa (patch) | |
tree | cd654f8ec837201669231d015c0e28664fc1ae2a /mail/spruce | |
parent | 822b8cc13cd996376e6a1080b811056dac93ae9a (diff) | |
download | FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.zip FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.tar.gz |
Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
Diffstat (limited to 'mail/spruce')
-rw-r--r-- | mail/spruce/Makefile | 6 | ||||
-rw-r--r-- | mail/spruce/pkg-descr | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 1dc7736..d51b006 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: spruce # Version required: 0.4.5 # Date created: 05 June 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/11 08:29:14 taoka Exp $ # DISTNAME= spruce-0.4.5 CATEGORIES= mail MASTER_SITES= http://www.xtorshun.org/spruce/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 diff --git a/mail/spruce/pkg-descr b/mail/spruce/pkg-descr index 1d013cb..6140a4f 100644 --- a/mail/spruce/pkg-descr +++ b/mail/spruce/pkg-descr @@ -1,6 +1,3 @@ -Spruce is a very simple email client that uses GTK+ for it's user interface. +Spruce is a very simple email client that uses GTK+ for its user interface. WWW: http://www.xtorshun.org/spruce/ - --Chris Piazza -cpiazza@home.net |