aboutsummaryrefslogtreecommitdiff
path: root/irc/infobot
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 13:01:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 13:01:35 +0000
commit297a890fa958408285effa55053183214dab7cec (patch)
treefd246baeb59a7e2f8d14486dca569dd1a9c9272b /irc/infobot
parente63af05e6c71b78f80e724d2619f4242a52f5a7e (diff)
downloadports-297a890fa958408285effa55053183214dab7cec.tar.gz
ports-297a890fa958408285effa55053183214dab7cec.zip
- Fix shebangs
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=389927
Diffstat (limited to 'irc/infobot')
-rw-r--r--irc/infobot/Makefile5
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