diff options
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 |