diff options
author | asami <asami@FreeBSD.org> | 1995-04-17 08:01:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-17 08:01:31 +0800 |
commit | 41c216628ae2a6296752a6f3cbb87ae99770f864 (patch) | |
tree | 3ccc35d9863982c55c65e34f1766eb6fca0cf9d4 /irc/ircII | |
parent | f07d0ec3ecc672ac09549a21e6b7d22371250b98 (diff) | |
download | freebsd-ports-gnome-41c216628ae2a6296752a6f3cbb87ae99770f864.tar.gz freebsd-ports-gnome-41c216628ae2a6296752a6f3cbb87ae99770f864.tar.zst freebsd-ports-gnome-41c216628ae2a6296752a6f3cbb87ae99770f864.zip |
MAINTAINER goes in a section of its own. :) Also fix comment (2.8 ->
2.8.2) at the top of file.
Diffstat (limited to 'irc/ircII')
-rw-r--r-- | irc/ircII/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 1fce43053c87..656f7b5c2df1 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: IrcII Client -# Version required: 2.8 +# Version required: 2.8.2 # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.4 1995/04/15 05:41:36 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/16 23:54:44 torstenb Exp $ # DISTNAME= ircii-2.8.2 CATEGORIES+= networking MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ DISTFILES= ircii-2.8.2.tar.gz ircii-2.8help.tar.gz + MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes |