aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-10-12 16:10:43 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:43:11 +0800
commit6bfe3b302ec67c73745a2b3f0753684bacd228d9 (patch)
tree6068a3e5ad759062dbaba6c530b82a457374968e /games
parentc503d2f631a16543cfc45575760247f8481c8a0b (diff)
downloadfreebsd-ports-gnome-6bfe3b302ec67c73745a2b3f0753684bacd228d9.tar.gz
freebsd-ports-gnome-6bfe3b302ec67c73745a2b3f0753684bacd228d9.tar.zst
freebsd-ports-gnome-6bfe3b302ec67c73745a2b3f0753684bacd228d9.zip
Convert to options target helper
- Convert to test framework
Diffstat (limited to 'games')
-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>