diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 23:59:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 23:59:36 +0800 |
commit | 86eab2f80256985dbe9e4e17e035a89910d5824b (patch) | |
tree | c1f0ada9a6ff48d1fa0b0db9d45d61f0beaace55 /games | |
parent | bf1b2ea766c0346b7e8e1920ab6a5419e4fa1f83 (diff) | |
download | freebsd-ports-gnome-86eab2f80256985dbe9e4e17e035a89910d5824b.tar.gz freebsd-ports-gnome-86eab2f80256985dbe9e4e17e035a89910d5824b.tar.zst freebsd-ports-gnome-86eab2f80256985dbe9e4e17e035a89910d5824b.zip |
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Bingo-Bot/Makefile | 8 |
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} |