diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-12 22:03:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-12 22:03:05 +0000 |
commit | 6a208b87e733e07debd836e36c6e3d45c49a8091 (patch) | |
tree | d7bdd22247df10f5f628c9f0e0d2b6a613605f7c /irc | |
parent | f116fa765496849f69ccb2fd5b476ede1d78b676 (diff) | |
download | ports-6a208b87e733e07debd836e36c6e3d45c49a8091.tar.gz ports-6a208b87e733e07debd836e36c6e3d45c49a8091.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircservices/Makefile | 2 | ||||
-rw-r--r-- | irc/tr-ircd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile index d8f9f53bcb72..fed96989c5db 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -18,7 +18,7 @@ PATCHFILES!= /usr/bin/jot -s " " -w ${DISTNAME:C/[0-9]*$//}%d.diff.gz \ ${PATCHLEVEL} 1 ${PATCHLEVEL} PATCH_DIST_STRIP= -p1 -MAINTAINER= ale@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A system of IRC services for IRC networks USE_PERL5_BUILD=yes diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index 8cce1f9d9e5f..a0eca603e56d 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME:S/-//}-release-${PORTVERSION}-r -MAINTAINER= ale@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An irc daeemon based on Bahamut and hybrid-7 USE_GMAKE= yes |