aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>