summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-09-05 08:08:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-09-05 08:08:44 +0000
commitf5fa4d6050767acda675799c8aafbf0ed32ffb83 (patch)
tree88d7e2fe549b776c162fd110f4c05cf8d6886667 /irc
parentReset inactive maintainer who has not responded to PRs and email. (diff)
Reset inactive maintainer who has not responded to email.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=172290
Diffstat (limited to 'irc')
-rw-r--r--irc/infobot/Makefile4
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}";,' \