diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-10-18 19:28:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-10-18 19:28:48 +0000 |
commit | dd61f226d81ca52c26e546ad8b9193f93e293e6e (patch) | |
tree | f48f2e585967921b36f84e17d3a4235f3c79eb55 /irc | |
parent | 261355215d7550e64cf3f28b51bda370658dc3f6 (diff) | |
download | ports-dd61f226d81ca52c26e546ad8b9193f93e293e6e.tar.gz ports-dd61f226d81ca52c26e546ad8b9193f93e293e6e.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ngircd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index e0461311aa39..a751cb6699c9 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ngircd -# Date created: 1 May CEST 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= ngircd PORTVERSION= 0.19.2 @@ -13,7 +9,7 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \ MASTER_SITE_SUBDIR= ${PORTNAME} DISTVERSION= ${PORTVERSION:S/0.//} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free open source daemon for Internet Relay Chat (IRC) LICENSE= GPLv2 |