Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 08:10:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451823 - head/games/p5-Games-Bingo-Bot
Message-ID:  <201710120810.v9C8AhBF058731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710120810.v9C8AhBF058731>