diff options
-rw-r--r-- | irc/infobot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/infobot/Makefile b/irc/infobot/Makefile index d37aecb81a66..c9211fbe1cfe 100644 --- a/irc/infobot/Makefile +++ b/irc/infobot/Makefile @@ -3,7 +3,7 @@ PORTNAME= infobot PORTVERSION= 0.45.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ @@ -12,9 +12,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Bot written in Perl with a rabid AI USES= perl5 shebangfix -SHEBANG_FILES= ${PORTNAME} +SHEBANG_FILES= ${PORTNAME} scripts/* USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes OPTIONS_DEFINE= DOCS |