diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 10:21:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 10:21:36 +0000 |
commit | 2607a1896a8ac3f9906262b409a782c77abfef19 (patch) | |
tree | eaeda2ad2bc85abe100d048289a4679ab0822d05 /games/p5-Games-Bingo-Print/Makefile | |
parent | fcdef642cee4965bce43a5a20ff71e7a52865a49 (diff) | |
download | ports-2607a1896a8ac3f9906262b409a782c77abfef19.tar.gz ports-2607a1896a8ac3f9906262b409a782c77abfef19.zip |
Notes
Diffstat (limited to 'games/p5-Games-Bingo-Print/Makefile')
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index e11addea8bc7..af9c0ad3d5ed 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -22,18 +22,17 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= bingo_print.pl.1 -MAN3= Games::Bingo::Print.3 +OPTIONS_DEFINE= EXAMPLES + +PORTEXAMPLES= bingo_print.pl + +.include <bsd.port.options.mk> -NO_STAGE= yes post-install: -.ifndef(NOPORTDOCS) - @${ECHO_MSG} "===> Installing example for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo_print.pl ${EXAMPLESDIR} -.endif - -test: - @cd ${WRKSRC}; make test + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo_print.pl ${STAGEDIR}${EXAMPLESDIR} + +regression-test: build + @cd ${WRKSRC} && ${MAKE} -s test .include <bsd.port.mk> |