aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:03:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:03:21 +0000
commitb129947f570241c75087ebdd7aeee81f54d095e9 (patch)
treebfe25ed64cd32c1c54e419b54d74fdf555b661fc
parent270e7f03c90b5d651e19286b38f58c6424ec3499 (diff)
downloadports-b129947f570241c75087ebdd7aeee81f54d095e9.tar.gz
ports-b129947f570241c75087ebdd7aeee81f54d095e9.zip
MFH: r387869
- Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket)
Notes
Notes: svn path=/branches/2015Q2/; revision=389802
-rw-r--r--games/p5-Games-Bingo-Bot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/p5-Games-Bingo-Bot/Makefile b/games/p5-Games-Bingo-Bot/Makefile
index fedce6bc827a..994ea7246f63 100644
--- a/games/p5-Games-Bingo-Bot/Makefile
+++ b/games/p5-Games-Bingo-Bot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Games-Bingo-Bot
PORTVERSION= 0.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,15 +14,15 @@ COMMENT= Simple class holding IRC related methods for bingo
BUILD_DEPENDS= p5-Games-Bingo>=0:${PORTSDIR}/games/p5-Games-Bingo
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/bingobot.pl
USE_PERL5= configure
+NO_ARCH= yes
PORTEXAMPLES= bingobot.pl
OPTIONS_DEFINE= EXAMPLES
-.include <bsd.port.options.mk>
-
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${STAGEDIR}${EXAMPLESDIR}