svn commit: r451823 - head/games/p5-Games-Bingo-Bot
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 12 08:10:44 UTC 2017
Author: sunpoet
Date: Thu Oct 12 08:10:43 2017
New Revision: 451823
URL: https://svnweb.freebsd.org/changeset/ports/451823
Log:
Convert to options target helper
- Convert to test framework
Modified:
head/games/p5-Games-Bingo-Bot/Makefile
Modified: head/games/p5-Games-Bingo-Bot/Makefile
==============================================================================
--- head/games/p5-Games-Bingo-Bot/Makefile Thu Oct 12 08:10:36 2017 (r451822)
+++ head/games/p5-Games-Bingo-Bot/Makefile Thu Oct 12 08:10:43 2017 (r451823)
@@ -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>
More information about the svn-ports-head
mailing list