aboutsummaryrefslogtreecommitdiff
path: root/games/p5-Games-Bingo-Bot
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-12 08:10:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-12 08:10:43 +0000
commitc7f3c94036ca948d3395380a5627b58141a0d28f (patch)
tree19938d06a208776b09d03bac67ddf5f122fef1be /games/p5-Games-Bingo-Bot
parent6e4ca6460cd06ee23f27f1a4d25fabed6558c49e (diff)
downloadports-c7f3c94036ca948d3395380a5627b58141a0d28f.tar.gz
ports-c7f3c94036ca948d3395380a5627b58141a0d28f.zip
Convert to options target helper
- Convert to test framework
Notes
Notes: svn path=/head/; revision=451823
Diffstat (limited to 'games/p5-Games-Bingo-Bot')
-rw-r--r--games/p5-Games-Bingo-Bot/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/p5-Games-Bingo-Bot/Makefile b/games/p5-Games-Bingo-Bot/Makefile
index b613d1510fde..61fae013216f 100644
--- a/games/p5-Games-Bingo-Bot/Makefile
+++ b/games/p5-Games-Bingo-Bot/Makefile
@@ -23,11 +23,8 @@ PORTEXAMPLES= bingobot.pl
OPTIONS_DEFINE= EXAMPLES
-post-install:
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${STAGEDIR}${EXAMPLESDIR}
-regression-test: build
- @cd ${WRKSRC} && ${MAKE} -s test
-
.include <bsd.port.mk>