diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
commit | 1101f09c09367bca303d13431ed15f28d0a22f65 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /irc | |
parent | fde362579641ddf717c0f67041e6f3360e2fad61 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/netwalker-ircc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile index a5470a104128..bf6c857703ee 100644 --- a/irc/netwalker-ircc/Makefile +++ b/irc/netwalker-ircc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: netwalker-ircc -# Date created: 4 December 2004 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= netwalker-ircc PORTVERSION= 0.5.0 @@ -12,7 +8,7 @@ MASTER_SITES= CRITICAL EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A lightweight curses-based IRC client +COMMENT= Lightweight curses-based IRC client LICENSE= GPLv2 |