diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 16:26:18 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 16:26:18 +0800 |
commit | 9f0966904693a035e2a418cbed90d94f93462baa (patch) | |
tree | cd654f8ec837201669231d015c0e28664fc1ae2a /irc/ninja | |
parent | 822b8cc13cd996376e6a1080b811056dac93ae9a (diff) | |
download | freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.tar.gz freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.tar.zst freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.zip |
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 'irc/ninja')
-rw-r--r-- | irc/ninja/Makefile | 6 | ||||
-rw-r--r-- | irc/ninja/pkg-descr | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index 06a19b2c2f20..b6a75cc92e6d 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: Ninja-irc # Version required: 1.1 # Date created: 10 April 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.3 1999/05/16 23:44:01 steve Exp $ +# $Id: Makefile,v 1.4 1999/06/17 13:19:52 billf Exp $ # DISTNAME= ninja-src @@ -11,7 +11,7 @@ PKGNAME= ninja-1.1 CATEGORIES= net MASTER_SITES= http://ninja.pimped.org/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} diff --git a/irc/ninja/pkg-descr b/irc/ninja/pkg-descr index bc543db6a9d3..8da401aa1277 100644 --- a/irc/ninja/pkg-descr +++ b/irc/ninja/pkg-descr @@ -2,6 +2,3 @@ Ninja IRC is an alternative ircII based client. It includes full ANSI colour and many other features normally found only in scripts. WWW: http://ninja.pimped.org/ - --Chris Piazza -cpiazza@home.net |