diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-12 16:10:43 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:43:11 +0800 |
commit | 6bfe3b302ec67c73745a2b3f0753684bacd228d9 (patch) | |
tree | 6068a3e5ad759062dbaba6c530b82a457374968e /games | |
parent | c503d2f631a16543cfc45575760247f8481c8a0b (diff) | |
download | freebsd-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/Makefile | 5 |
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> |