diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-05 16:08:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-05 16:08:44 +0800 |
commit | 27ee115ac87b70d9479294db8a9a1a23b9942471 (patch) | |
tree | 74724d3c767c4df37a5c6279f03065dda8e8a4ba /irc | |
parent | 0d5e476253593dba1c8d65c0e3895580f2c7c2e9 (diff) | |
download | freebsd-ports-gnome-27ee115ac87b70d9479294db8a9a1a23b9942471.tar.gz freebsd-ports-gnome-27ee115ac87b70d9479294db8a9a1a23b9942471.tar.zst freebsd-ports-gnome-27ee115ac87b70d9479294db8a9a1a23b9942471.zip |
Reset inactive maintainer who has not responded to email.
Hat: portmgr
Diffstat (limited to 'irc')
-rw-r--r-- | irc/infobot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/infobot/Makefile b/irc/infobot/Makefile index cb053c0a906a..019272b979fb 100644 --- a/irc/infobot/Makefile +++ b/irc/infobot/Makefile @@ -11,7 +11,7 @@ CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ -MAINTAINER= perlguy@perlguy.com +MAINTAINER= ports@FreeBSD.org COMMENT= Bot written in Perl with a rabid AI USE_PERL5= yes @@ -26,7 +26,7 @@ do-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${WRKSRC}/REVISIONS ${DOCSDIR} -.endif +.endif ${MKDIR} ${PREFIX}/etc/infobot ${INSTALL_DATA} ${WRKSRC}/conf/* ${PREFIX}/etc/infobot ${SED} -e 's,$$param{\(.\)basedir\(.\)} = .*,$$param{\1basedir\2} = "${DATADIR}";,' \ |