aboutsummaryrefslogtreecommitdiff
path: root/irc/rbot/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-27 16:04:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-27 16:04:40 +0000
commite96f1d48d68a59d6b4e6009229d3cbd9ab54aa81 (patch)
treeed70a969709e40f9ea3788a0f5f87e97ce7ca544 /irc/rbot/Makefile
parentbb52c5d98007ddbc3f438b77172da5e822572299 (diff)
downloadports-e96f1d48d68a59d6b4e6009229d3cbd9ab54aa81.tar.gz
ports-e96f1d48d68a59d6b4e6009229d3cbd9ab54aa81.zip
Notes
Diffstat (limited to 'irc/rbot/Makefile')
-rw-r--r--irc/rbot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index 1bc8a77d11ce..b74ac318c71b 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rbot
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= irc ruby
MASTER_SITES= http://linuxbrit.co.uk/downloads/
@@ -22,6 +23,8 @@ NO_BUILD= yes
post-patch:
@${RUBY} -pi -e 'sub /rbotconf/, "${PREFIX}/etc/rbot"' ${WRKSRC}/rbot.rb
+ @rm ${WRKSRC}/rbot/*.orig
+ @rm ${WRKSRC}/rbot/plugins/*.orig
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rbot.rb ${PREFIX}/bin/rbot
@@ -34,5 +37,6 @@ do-install:
( cd ${WRKSRC}/doc && ${TAR} -cf - * ) | \
${TAR} -C ${RUBY_MODDOCDIR} -xpf -
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>