diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 21:01:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 21:01:35 +0800 |
commit | 7298d47d70d236d19a9ff6768f2040a4510f39b1 (patch) | |
tree | fd246baeb59a7e2f8d14486dca569dd1a9c9272b /irc | |
parent | 9b55945786e4c26d2ae5cd33ccc04061b1c25f94 (diff) | |
download | freebsd-ports-gnome-7298d47d70d236d19a9ff6768f2040a4510f39b1.tar.gz freebsd-ports-gnome-7298d47d70d236d19a9ff6768f2040a4510f39b1.tar.zst freebsd-ports-gnome-7298d47d70d236d19a9ff6768f2040a4510f39b1.zip |
- Fix shebangs
- Add NO_ARCH
Diffstat (limited to 'irc')
-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 |