diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-06-26 12:28:08 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-06-26 12:28:08 +0000 |
commit | 707ff2dd86ed00e60a2fe12545d01f683c02e58c (patch) | |
tree | 4ba93dc72df98c8df020d11ff8fcf799ff6b86e6 /lang/yorick | |
parent | 4a427cfc1fc184e1ee733c8192c1c9d90083be67 (diff) | |
download | ports-707ff2dd86ed00e60a2fe12545d01f683c02e58c.tar.gz ports-707ff2dd86ed00e60a2fe12545d01f683c02e58c.zip |
Notes
Diffstat (limited to 'lang/yorick')
-rw-r--r-- | lang/yorick/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile index 02ef9e708903..213e38d22229 100644 --- a/lang/yorick/Makefile +++ b/lang/yorick/Makefile @@ -56,4 +56,10 @@ post-install: ${INSTALL_DATA} $$f ${PREFIX}/${INFO_PATH}; \ done +# Hidden by default: this requires an X terminal to run all checks +.ifdef MAINTAINER_MODE +regression-test: build + (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} check) +.endif + .include <bsd.port.mk> |