svn commit: r389927 - head/irc/infobot
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 17 13:01:36 UTC 2015
Author: amdmi3
Date: Wed Jun 17 13:01:35 2015
New Revision: 389927
URL: https://svnweb.freebsd.org/changeset/ports/389927
Log:
- Fix shebangs
- Add NO_ARCH
Modified:
head/irc/infobot/Makefile
Modified: head/irc/infobot/Makefile
==============================================================================
--- head/irc/infobot/Makefile Wed Jun 17 13:01:22 2015 (r389926)
+++ head/irc/infobot/Makefile Wed Jun 17 13:01:35 2015 (r389927)
@@ -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 at 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
More information about the svn-ports-head
mailing list