diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-10-19 03:28:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-10-19 03:28:48 +0800 |
commit | 90a8da28ec431cded1447b05e782488a0f125463 (patch) | |
tree | f48f2e585967921b36f84e17d3a4235f3c79eb55 /irc | |
parent | f6f5e89fc8e5f467f32e58c611ce0a1e3049e980 (diff) | |
download | freebsd-ports-gnome-90a8da28ec431cded1447b05e782488a0f125463.tar.gz freebsd-ports-gnome-90a8da28ec431cded1447b05e782488a0f125463.tar.zst freebsd-ports-gnome-90a8da28ec431cded1447b05e782488a0f125463.zip |
- drop maintainership
Feature safe: yes
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 |