diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-04-16 23:55:01 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-04-16 23:55:01 +0000 |
commit | f6949f65c5212088c8d5cefb6b0d4db2208bff6b (patch) | |
tree | a16e390fc84daf667f81b222803e66a22532167b /irc/ircII/Makefile | |
parent | a067e044033cee96ccdca1fdccea904f5016f530 (diff) |
Notes
Diffstat (limited to 'irc/ircII/Makefile')
-rw-r--r-- | irc/ircII/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 85353e60d27b..1fce43053c87 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -3,13 +3,14 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.3 1995/04/01 12:48:07 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/15 05:41:36 asami Exp $ # -DISTNAME= ircii-2.8 +DISTNAME= ircii-2.8.2 CATEGORIES+= networking MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ -DISTFILES= ircii-2.8.tar.gz ircii-2.8help.tar.gz +DISTFILES= ircii-2.8.2.tar.gz ircii-2.8help.tar.gz +MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes |