diff options
author | Julio Merino <jmmv@FreeBSD.org> | 2014-05-26 02:57:18 +0000 |
---|---|---|
committer | Julio Merino <jmmv@FreeBSD.org> | 2014-05-26 02:57:18 +0000 |
commit | cab6c4c66c36c625cd8de15cd93e33c61a603788 (patch) | |
tree | 7524cc464751222b7417366ae6e591567eacbcc1 /devel/atf | |
parent | LEGAL: fix multiple ports (diff) |
Enable the TEST option by default in atf-based ports.
Get ports that use the atf libraries to install their tests by default.
This is to showcase the potential of getting the tests installed on a
live system and will also simplify the process of running them periodically
out of /usr/local/tests/.
Packages confirmed to build with this option enabled.
Approved by: bapt (ports)
Notes
Notes:
svn path=/head/; revision=355276
Diffstat (limited to 'devel/atf')
-rw-r--r-- | devel/atf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/atf/Makefile b/devel/atf/Makefile index 22c48809341c..439c7664b661 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -2,6 +2,7 @@ PORTNAME= atf PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \ LOCAL/jmmv @@ -17,6 +18,7 @@ USE_LDCONFIG= yes USES= libtool OPTIONS_DEFINE= DOCS TEST +OPTIONS_DEFAULT=TEST .include <bsd.port.options.mk> |