aboutsummaryrefslogtreecommitdiff
path: root/irc/rbot/Makefile
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2011-01-10 16:01:33 +0000
committerOllivier Robert <roberto@FreeBSD.org>2011-01-10 16:01:33 +0000
commit456efbeb929e5503faa9ffcf43ee5ed2c8b81b74 (patch)
treeabde9761c40892ebc98b09b8e7c5a542ccffb1b5 /irc/rbot/Makefile
parent5da4cf0180a55497191b316c3a35bd562d97d9dc (diff)
downloadports-456efbeb929e5503faa9ffcf43ee5ed2c8b81b74.tar.gz
ports-456efbeb929e5503faa9ffcf43ee5ed2c8b81b74.zip
Notes
Diffstat (limited to 'irc/rbot/Makefile')
-rw-r--r--irc/rbot/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index 9ca01a7ee85a..5b569dbdec33 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rbot
-PORTVERSION= 0.9.14
-PORTREVISION= 1
+PORTVERSION= 0.9.15
CATEGORIES= irc ruby
MASTER_SITES= http://ruby-rbot.org/download/
EXTRACT_SUFX= .tgz
@@ -25,10 +24,13 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
-PORTDOCS= README REQUIREMENTS ChangeLog
+PORTDOCS= REQUIREMENTS ChangeLog
.include <bsd.port.pre.mk>
+pre-install:
+ ${RM} ${WRKSRC}/bin/svnwatch-postcommit-hook
+
post-install:
.if !defined(NOPORTDOCS)
${INSTALL} -d ${DOCSDIR}