Convert to options target helper

- Convert to test framework
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-10-12 08:10:43 +00:00
parent 6e4ca6460c
commit c7f3c94036
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451823

View File

@ -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>