diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 02:45:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 02:45:00 +0000 |
commit | 9eccd986c640e8bce06aa543d253c74e2445ff3f (patch) | |
tree | 46bac70e7cccd736c75bf26f81c8d02e8298c5b4 /irc | |
parent | [Maintainer Update] Port: irc/ircservices (diff) |
Enable irc/darkbot again after fixing the version-problem
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=79824
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/darkbot/Makefile | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/irc/Makefile b/irc/Makefile index 8933b13ecc6f..b8cba5c13423 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -7,6 +7,7 @@ SUBDIR += bobot++ SUBDIR += dancer-ircd SUBDIR += dancer-services + SUBDIR += darkbot SUBDIR += dcc SUBDIR += dircproxy SUBDIR += epic4 diff --git a/irc/darkbot/Makefile b/irc/darkbot/Makefile index 575804943f9c..084e376304a2 100644 --- a/irc/darkbot/Makefile +++ b/irc/darkbot/Makefile @@ -6,10 +6,12 @@ # PORTNAME= darkbot -PORTVERSION= 6f6_r6 +PORTVERSION= 6f6.r6 +PORTEPOCH= 1 CATEGORIES= irc MASTER_SITES= http://darkbot.sourceforge.net/archive/unix/ \ http://www.BSDCode.org/port/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} MAINTAINER= backslash@BSDCode.org COMMENT= IRC talking bot with a very fast algorithm for its database |